# text_generator/text_generator.py class TextGenerator: def __init__(self, config_path): # 初始化代码 pass