7 lines
53 B
Python
7 lines
53 B
Python
|
# create_db.py
|
||
|
|
||
|
|
||
|
from app import db
|
||
|
|
||
|
db.create_all()
|