platypush/platypush/runner/__main__.py

6 lines
51 B
Python
Raw Normal View History

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