forked from platypush/platypush
4 lines
72 B
Python
4 lines
72 B
Python
from ._app import Application, main
|
|
|
|
|
|
__all__ = ["Application", "main"]
|