createdb.py 35 B

12
  1. from app import db
  2. db.create_all()