5 lines
54 B
Python
5 lines
54 B
Python
|
from .app import App as Mwsc
|
||
|
|
||
|
__all__ = [
|
||
|
'Mwsc'
|
||
|
]
|