First draft of the menu and toolbar for the new interface.
This commit is contained in:
10
run.py
10
run.py
@@ -16,3 +16,13 @@
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
|
||||
#===============================================================================
|
||||
|
||||
from gui.mainFrame import MainFrame
|
||||
import wx
|
||||
import os
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
pyfa = wx.App(False)
|
||||
MainFrame()
|
||||
pyfa.MainLoop()
|
||||
|
||||
Reference in New Issue
Block a user