dibbler/makedb.py

5 lines
68 B
Python

#!/usr/bin/python
import db
db.Base.metadata.create_all(db.engine)