5 lines
75 B
Python
5 lines
75 B
Python
# extensions.py
|
|
from flask_sqlalchemy import SQLAlchemy
|
|
|
|
db = SQLAlchemy()
|