forked from platypush/platypush
Fabio Manganiello
3bf068e0b2
setup.py won't pass any arguments to `main()`, so the default entry point should get them itself from `sys.argv`.
3 lines
42 B
Python
3 lines
42 B
Python
from platypush.runner import main
|
|
|
|
main()
|