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