maloja/maloja/__main__.py

5 lines
103 B
Python
Raw Normal View History

2021-12-22 00:13:27 +03:00
# make the package itself runnable with python -m maloja
from .proccontrol.control import main
main()