"""Inference module""" from .pipeline import ForgeryDetectionPipeline, get_pipeline __all__ = ['ForgeryDetectionPipeline', 'get_pipeline']