platypush/platypush/pusher/__main__.py

7 lines
64 B
Python
Raw Normal View History

2018-01-04 16:11:54 +01:00
from platypush.pusher import main
2018-01-02 00:48:41 +01:00
2018-01-04 16:11:54 +01:00
main()
2018-01-02 00:48:41 +01:00
# vim:sw=4:ts=4:et: