Prismai / utils /__init__.py
Satyam S
PRISM AI — with demo attendance button
af32e72
Raw
History Blame Contribute Delete
320 Bytes
"""
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