pillar/attract/attract.py

5 lines
81 B
Python

from application import app
from application import db
db.create_all()
app.run()