5 lines
60 B
Python
5 lines
60 B
Python
|
from .app import App as Ooredoo
|
||
|
|
||
|
__all__ = [
|
||
|
'Ooredoo'
|
||
|
]
|