github-actions[bot]
Deploy from GitHub 39b3777315c11d9c8bcd39ad7bf034f2a88a7379 (filtered: code + Dockerfile + README + NOTICES only)
2e175db
Raw
History Blame Contribute Delete
161 Bytes
"""Image-forensic detectors. Each detector implements the Detector ABC."""
from .base import Detector, DetectorResult
__all__ = ["Detector", "DetectorResult"]