zkt21/sk1/web/create_db.py
2021-05-24 19:48:55 +02:00

7 lines
53 B
Python

# create_db.py
from app import db
db.create_all()