catask/constants.py
2024-09-19 18:34:51 +03:00

7 lines
240 B
Python

antiSpamFile = 'wordlist.txt'
blacklistFile = 'word_blacklist.txt'
configFile = 'config.json'
appName = 'CatAsk'
version = '1.4.1'
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
version_id = '-alpha'