Async_ORM_Postgresql_Wrapper/Database/__init__.py
2021-10-05 06:00:01 -05:00

8 lines
96 B
Python

from .base import Base
from .database import Database
__all__ = [
'Base',
'database'
]