Async_ORM_Postgresql_Wrapper/Database/__init__.py

8 lines
96 B
Python
Raw Normal View History

2021-10-05 05:14:45 -05:00
from .base import Base
from .database import Database
__all__ = [
'Base',
'database'
]