Coverage for aipyapp/config/__init__.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.10.3, created at 2025-08-11 12:02 +0200

1from .llm import LLMConfig 

2 

3__all__ = ["LLMConfig"]