app/wrappers/__init__.py

6 lines
68 B
Python

from .dhiraagu import DhiraaguAPI
__all__ = [
'DhiraaguAPI',
]