forked from platypush/platypush
9 lines
99 B
Python
Executable file
9 lines
99 B
Python
Executable file
#!python3
|
|
|
|
from platypush import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|
|
|
|
|
|
# vim:sw=4:ts=4:et:
|