Add start.py

This commit is contained in:
admin
2026-05-25 23:41:26 +00:00
parent 45aa457640
commit b266dd4a61

4
start.py Normal file
View File

@@ -0,0 +1,4 @@
from grid import GridApplication
if __name__ == "__main__":
GridApplication().run()