platypush/platypush/runner/__main__.py

6 lines
51 B
Python

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