TractorVision初期移植

This commit is contained in:
CHAMPION923
2025-05-30 16:30:37 +08:00
commit 2acf920a87
36 changed files with 3898 additions and 0 deletions

5
main.py Normal file
View File

@@ -0,0 +1,5 @@
from lib.presenter.presenter import Presenter
if __name__ == "__main__":
p = Presenter()
p.run()