mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
7 lines
240 B
Python
7 lines
240 B
Python
antiSpamFile = 'wordlist.txt'
|
|
blacklistFile = 'word_blacklist.txt'
|
|
configFile = 'config.json'
|
|
appName = 'CatAsk'
|
|
version = '1.4.3'
|
|
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
|
|
version_id = '-alpha'
|