7 lines
89 B
Python
7 lines
89 B
Python
from freeposte import db
|
|
|
|
|
|
# Initialize the database
|
|
db.create_all()
|
|
db.session.commit()
|