Files
usda-vision/usda_vision_system/storage/__init__.py
2025-07-25 21:39:07 -04:00

10 lines
210 B
Python

"""
Storage module for the USDA Vision Camera System.
This module handles file organization, management, and cleanup for recorded videos.
"""
from .manager import StorageManager
__all__ = ["StorageManager"]