mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 10:31:09 +08:00
7 lines
174 B
Python
7 lines
174 B
Python
from .config import settings
|
|
from .log import setup_logger, LOG_PATH
|
|
from .version import VERSION
|
|
|
|
TMDB_API = "32b19d6a05b512190a056fa4e747cbbc"
|
|
DATA_PATH = "data/data.json"
|