catask/constants.py

7 lines
240 B
Python

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