10 lines
136 B
Python
Executable File
10 lines
136 B
Python
Executable File
import numpy.core.multiarray
|
|
from app import Application
|
|
|
|
def start():
|
|
Application().run()
|
|
|
|
if __name__ == "__main__":
|
|
start()
|
|
|