platypush/platypush/__main__.py

6 lines
67 B
Python

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