platypush/platypush/__main__.py

6 lines
67 B
Python
Raw Normal View History

import sys
from platypush.runner import main
main(*sys.argv[1:])