__init__.py 85 B

12345
  1. # -*- coding: utf-8 -*-
  2. from .llmFactory import LLMFactory
  3. __all__ = ['LLMFactory']