app/apps/plugins/stelco/__init__.py

6 lines
60 B
Python
Raw Permalink Normal View History

2024-04-20 16:59:36 +00:00
from .app import App as Stelco
__all__ = [
'Stelco',
]