app/apps/plugins/ooredoo/__init__.py
2024-04-20 16:59:36 +00:00

5 lines
60 B
Python

from .app import App as Ooredoo
__all__ = [
'Ooredoo'
]