theme-store/constants.py

13 lines
321 B
Python

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"