platypush/platypush/__main__.py
Fabio Manganiello 3bf068e0b2
The __main__ function should take no arguments.
setup.py won't pass any arguments to `main()`, so the default entry
point should get them itself from `sys.argv`.
2023-08-17 01:35:39 +02:00

4 lines
42 B
Python

from platypush.runner import main
main()