2
0
mirror of https://github.com/codl/forget synced 2024-12-13 00:47:24 +01:00
forget-cancellare-vecchi-toot/createdb.py
2017-07-27 00:35:53 +02:00

6 lines
51 B
Python

import forget
from app import db
db.create_all()