Initial commit for resumeformatter project
This commit is contained in:
3
backend/app/db/base.py
Normal file
3
backend/app/db/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# 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.person import Person # noqa
|
||||
Reference in New Issue
Block a user