mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-04 21:01:26 +00:00
5 lines
143 B
Python
5 lines
143 B
Python
from .camera_opencv import OpenCVCamera
|
|
from .configuration_opencv import OpenCVCameraConfig
|
|
|
|
__all__ = ["OpenCVCamera", "OpenCVCameraConfig"]
|