mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
13 lines
261 B
Python
13 lines
261 B
Python
# 26.05.24
|
|
|
|
# Internal utilities
|
|
from Src.Util._jsonConfig import config_manager
|
|
|
|
|
|
SITE_NAME = "animeunity"
|
|
ROOT_PATH = config_manager.get('DEFAULT', 'root_path')
|
|
DOMAIN_NOW = config_manager.get('SITE', SITE_NAME)
|
|
|
|
SERIES_FOLDER= "Serie"
|
|
MOVIE_FOLDER = "Movie"
|