mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
4 lines
68 B
Python
4 lines
68 B
Python
from dyxless import db, create_app
|
|
|
|
db.create_all(app=create_app())
|