mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-14 10:30:35 +08:00
6 lines
145 B
Python
6 lines
145 B
Python
from .config import settings
|
|
from .log import setup_logger, LOG_PATH
|
|
|
|
TMDB_API = "32b19d6a05b512190a056fa4e747cbbc"
|
|
DATA_PATH = "data/data.json"
|