Files
10Backward/src/tenbackward/__main__.py
T
2026-08-04 17:40:20 +00:00

4 lines
49 B
Python

from .main import main
raise SystemExit(main())