refactor: adds new entry point and ORM

This commit is contained in:
2024-09-29 17:36:30 -03:00
parent 999ebb0c27
commit 82f3477d1d
4 changed files with 28 additions and 11 deletions

2
app/extensions.py Normal file
View File

@@ -0,0 +1,2 @@
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()