def init(configObject):
# this is not unheard of, pygame uses this trick though it's ugly.
app.config.from_object(configObject)
from models import db, all_tables
global db, all_tables
register_all_blueprints()
评论列表
文章目录