Spaces:
Running
Running
File size: 320 Bytes
af32e72 | 1 2 3 4 5 6 7 8 9 10 11 12 | """
Utility functions for image processing, video handling, and logging
Helper functions used across the AI Classroom System
"""
__version__ = "1.0.0"
# Import utilities when package is imported
# from .image_processor import ImageProcessor
# from .video_handler import VideoHandler
# from .logger import setup_logger
|