app/apps/plugins/stelco/__init__.py

6 lines
60 B
Python

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