retrotool/init_db.py
2025-07-06 09:21:34 +02:00

4 lines
68 B
Python

from app import app, db
with app.app_context():
db.create_all()