first commit

This commit is contained in:
编码猿
2024-09-27 01:20:28 +08:00
commit ddc91bf4e2
137 changed files with 4017 additions and 0 deletions

9
__main__.py Executable file
View File

@@ -0,0 +1,9 @@
import numpy.core.multiarray
from app import Application
def start():
Application().run()
if __name__ == "__main__":
start()