Files
operating-room-monitor-server/backend/app/services/video/__init__.py
Kevin 1af442481e 重组为 backend/clients/docs 三层结构,并清理 git 污染。
将后端迁入 backend/,完善根目录 .gitignore,删除误提交的 .mypy_cache 缓存文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-21 16:02:25 +08:00

6 lines
194 B
Python

"""Video capture backends: RTSP (OpenCV) and optional Hikvision HCNetSDK (Linux .so)."""
from app.services.video.session_manager import CameraSessionManager
__all__ = ["CameraSessionManager"]