5 lines
81 B
Python
5 lines
81 B
Python
from flask_sqlalchemy import SQLAlchemy
|
|
|
|
db = SQLAlchemy()
|
|
from .models import *
|