first commit
This commit is contained in:
9
__main__.py
Executable file
9
__main__.py
Executable file
@@ -0,0 +1,9 @@
|
||||
import numpy.core.multiarray
|
||||
from app import Application
|
||||
|
||||
def start():
|
||||
Application().run()
|
||||
|
||||
if __name__ == "__main__":
|
||||
start()
|
||||
|
||||
Reference in New Issue
Block a user