db importing
This commit is contained in:
parent
8194027c36
commit
b69bbe67bc
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
||||||
|
from . import models, schemas
|
||||||
from .connection import Connection
|
from .connection import Connection
|
||||||
|
|
||||||
|
__all__ = ["Connection", "models", "schemas"]
|
||||||
|
|
Loading…
Reference in a new issue