6 lines
51 B
Python
6 lines
51 B
Python
|
import forget
|
||
|
|
||
|
from app import db
|
||
|
|
||
|
db.create_all()
|