Files
2026-01-18 14:23:20 +03:00

5 lines
92 B
Python

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