catask/constants.py
2024-09-28 19:41:11 +03:00

10 lines
323 B
Python

from pathlib import Path
antiSpamFile = 'wordlist.txt'
blacklistFile = 'word_blacklist.txt'
configFile = 'config.json'
faviconDir = Path.cwd() / 'static' / 'icons' / 'favicon'
appName = 'CatAsk'
version = '1.5.6'
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
version_id = '-alpha'