def reset():
    db.drop_all()
    db.create_all()
def init():
    db.create_all()