theme-store/constants.py

13 lines
321 B
Python
Raw Permalink Normal View History

2025-02-28 19:52:39 +03:00
import functions as func
configFile = "config.json"
cfg = func.loadJSON(configFile)
appName = "CatAsk Theme Store"
themesFile = "themes.json"
themesDir = "static/themes"
baseUrl = cfg['baseUrl']
repoUrl = "https://codeberg.org/catask-org/theme-store"
version = func.readPlainFile("version.txt")
version_id = "-stable"