catfood.constant

一些常量

catfood.constant.NO = ('no', 'n', 'false', 'f', '否', '不', '不要', '不是')

代表 no 的一些输入

catfood.constant.VERSION: Final = '2.3.0'

catfood 的版本。

catfood.constant.YES = ('yes', 'y', 'true', 't', '要', '是')

代表 yes 的一些输入