RobotMetaCore/main.py
2026-04-24 15:19:09 +08:00

6 lines
77 B
Python

from src.impanda3d import run_app
if __name__ == "__main__":
run_app()