Spaces:
Running
Running
| """ | |
| 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 | |