mirror of
https://github.com/rnvm9wjdtj-bot/myaps_api.git
synced 2026-06-02 05:54:40 +00:00
9 lines
159 B
Python
9 lines
159 B
Python
|
|
from .settings import BASE_DIR, SQLITE_FILE
|
|
from .database import TORTOISE_ORM_CONFIG
|
|
|
|
|
|
__all__ = [
|
|
"TORTOISE_ORM_CONFIG",
|
|
"BASE_DIR", "SQLITE_FILE"
|
|
] |