db importing

This commit is contained in:
Jörn-Michael Miehe 2022-03-18 23:46:17 +00:00
parent 8194027c36
commit b69bbe67bc

View file

@ -1 +1,4 @@
from . import models, schemas
from .connection import Connection
__all__ = ["Connection", "models", "schemas"]