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