Files
ocpm/debug.py
T
2022-05-28 03:30:20 -04:00

5 lines
64 B
Python

from ocpm.main import run
if __name__ == '__main__':
run()