app/apps/plugins/dhiraagu/__init__.py

6 lines
64 B
Python

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