mirror of
https://github.com/mskatoni/ni-mail.git
synced 2026-09-04 15:06:37 +08:00
4 lines
59 B
Python
4 lines
59 B
Python
from flask_sqlalchemy import SQLAlchemy
|
|
|
|
db = SQLAlchemy()
|