7 lines
63 B
Python
7 lines
63 B
Python
|
|
|
|
from flask_sqlalchemy import SQLAlchemy
|
|
db = SQLAlchemy()
|
|
|
|
|
|
|