Initial commit

This commit is contained in:
jackyu66git
2025-06-10 01:16:09 +08:00
commit 05bab03b8c
155 changed files with 19979 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
class CZSConfig:
def __init__(self, need_combine=True, zs_combine_mode="zs", one_bi_zs=False, zs_algo="normal"):
self.need_combine = need_combine
self.zs_combine_mode = zs_combine_mode
self.one_bi_zs = one_bi_zs
self.zs_algo = zs_algo