platypush/bin/platypush
2019-03-16 23:47:01 +01:00

10 lines
99 B
Python
Executable file

#!python3
from platypush import main
if __name__ == '__main__':
main()
# vim:sw=4:ts=4:et: