Smart-Crowd-Detector / src /video /__init__.py
Ali Abdullah
Fix requirements.txt encoding for HF
98a79a7
raw
history blame contribute delete
98 Bytes
"""
Video input handler module
"""
from .handler import VideoHandler
__all__ = ['VideoHandler']