forget-cancellare-vecchi-toot/createdb.py

6 lines
51 B
Python
Raw Normal View History

2017-07-27 00:35:53 +02:00
import forget
from app import db
db.create_all()