1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/maloja/__main__.py
2021-12-21 22:13:27 +01:00

5 lines
103 B
Python

# make the package itself runnable with python -m maloja
from .proccontrol.control import main
main()