Files
pythonocc-step-editor/main.py
T

8 lines
127 B
Python
Raw Normal View History

2026-07-23 18:35:02 +08:00
from __future__ import annotations
from step_editor.app import main
2026-07-23 18:35:02 +08:00
if __name__ == "__main__":
raise SystemExit(main())