app/apps/plugins/mwsc/__init__.py

6 lines
56 B
Python

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