Files
Assemblr-Backend/database/__init__.py
2024-02-24 15:38:48 +03:00

5 lines
81 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
from .models import *