""" Detection module for YOLOv8-based crowd detection """ from .detector import CrowdDetector __all__ = ['CrowdDetector']