eulumdat-quiz-py 0.6.0

Python bindings for the eulumdat photometric knowledge quiz engine
Documentation
# Re-export all types from the native Rust extension
from .eulumdat_quiz import (
    AnswerResult,
    Category,
    CategoryScore,
    Difficulty,
    DifficultyScore,
    Question,
    QuestionLocale,
    QuizBank,
    QuizConfig,
    QuizLocale,
    QuizScore,
    QuizSession,
)

__all__ = [
    "AnswerResult",
    "Category",
    "CategoryScore",
    "Difficulty",
    "DifficultyScore",
    "Question",
    "QuestionLocale",
    "QuizBank",
    "QuizConfig",
    "QuizLocale",
    "QuizScore",
    "QuizSession",
]