chkbit-py/run.py

5 lines
67 B
Python
Raw Permalink Normal View History

2024-01-12 21:33:59 +00:00
from chkbit_cli import main
if __name__ == "__main__":
main()