platypush/platypush/app/__main__.py

6 lines
66 B
Python
Raw Normal View History

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