Coverage for credoai/lens/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.1.0, created at 2023-02-13 21:56 +0000
« prev ^ index » next coverage.py v7.1.0, created at 2023-02-13 21:56 +0000
1"""
2Orchestration module handling running evaluators on AI artifacts
4Lens is the principle interface to the Credo AI Lens assessment framework.
5"""
7from .lens import Lens
8from .pipeline_creator import PipelineCreator