platypush/platypush/app/__init__.py

5 lines
72 B
Python

from ._app import Application, main
__all__ = ["Application", "main"]