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