Files
CVExplorer/run.py
T

5 lines
92 B
Python
Raw Normal View History

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