Coverage for src / quber / providers / landing / __init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-09-23 22:14 -0400

1"""Landing.AI ADE integration: parse client and run orchestration.""" 

2 

3from quber.providers.landing.orchestrator import run_parse 

4 

5__all__ = ["run_parse"]