mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-31 01:01:31 +08:00
9 lines
223 B
Python
9 lines
223 B
Python
from .log import setup_logger, LOG_PATH
|
|
from .config import VERSION, settings
|
|
|
|
|
|
TMDB_API = "32b19d6a05b512190a056fa4e747cbbc"
|
|
DATA_PATH = "data/data.db"
|
|
|
|
PLATFORM = "Windows" if "\\" in settings.downloader.path else "Unix"
|