app/apps/plugins/ooredoo/__init__.py

6 lines
62 B
Python

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