JusTalk / database.py
buletomato25
ログイン機能搭載
86d99b4
raw
history blame
62 Bytes
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()