app/apps/plugins/medianet/__init__.py

6 lines
64 B
Python

from .app import App as Medianet
__all__ = [
'Medianet',
]