1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
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()