change a lot

This commit is contained in:
wls2002
2023-07-17 17:39:12 +08:00
parent a0a1ef6c58
commit f4763ebcea
21 changed files with 1060 additions and 4 deletions

4
examples/config_test.py Normal file
View File

@@ -0,0 +1,4 @@
from algorithm.config import Configer
config = Configer.load_config()
print(config)