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