Files
CVExplorer/run.py
T
Chest a5714116ac +full refactor
+feat: configuration, progress bar, OSV
2026-01-18 13:54:14 +03:00

5 lines
92 B
Python

from phyton_files.main import main
if __name__ == "__main__":
raise SystemExit(main())