"""Model loading utilities for the Arabic teaching system.""" from src.models.hf_model_loader import load_grading_model, load_teaching_model __all__ = ["load_teaching_model", "load_grading_model"]