Files
CVExplorer/run.py
T

5 lines
92 B
Python
Raw Normal View History

2026-01-18 14:23:20 +03:00
from python_files.main import main
2026-01-18 13:54:14 +03:00
if __name__ == "__main__":
raise SystemExit(main())