This website requires JavaScript.
Explore
Help
Sign In
Lab_NHMFL
/
control_dagon
Archived
Watch
1
Star
0
Fork
You've already forked control_dagon
0
Code
Projects
Releases
Wiki
Activity
This repository has been archived on
2021-08-17
. You can view files and clone it, but cannot push or open issues or pull requests.
74d66b59a0
control_dagon
/
__main__.py
7 lines
79 B
Python
Raw
Blame
History
import
wx
import
mainwin
app
=
wx
.
App
(
False
)
mainwin
.
MainWin
(
)
app
.
MainLoop
(
)
View Git Blame
Copy Permalink