""" Inference pipeline for phishing detection. This module provides inference capabilities for the trained phishing detection models. """ from .pipeline import PhishingDetectionPipeline __all__ = ['PhishingDetectionPipeline']