platypush/platypush/__main__.py
2019-07-07 20:11:32 +02:00

6 lines
56 B
Python

from platypush import main
main()
# vim:sw=4:ts=4:et: