platypush/platypush/app/__main__.py

6 lines
66 B
Python

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