File size: 137 Bytes
5b1a4f3
 
 
 
 
1
2
3
4
5
6
# code_generator/code_generator.py
class CodeGenerator:
    def __init__(self, config_path):
        # 初始化代码
        pass