chkbit/run.py

5 lines
67 B
Python
Raw Normal View History

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