Files
mediaproc/core/detect/inference/__init__.py
2026-03-30 07:22:14 -03:00

5 lines
163 B
Python

from .client import InferenceClient
from .types import DetectResult, OCRResult, VLMResult
__all__ = ["InferenceClient", "DetectResult", "OCRResult", "VLMResult"]