LangChain / app /db /base.py
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
171 Bytes
# Import all the models, so that Base has them before being
# imported by Alembic
from app.db.base_class import Base # noqa
from app.models.project import Project # noqa