platypush/bin/platypush

10 lines
99 B
Python
Executable File

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