Files
2026-06-12 10:59:32 +08:00

6 lines
83 B
Python

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