Files
mediaproc/detect/inference/__init__.py
2026-03-23 16:55:13 -03:00

5 lines
163 B
Python

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