cernenv-trainer / server /tasks /__init__.py
anugrah55's picture
Update CERNenv Space
5f78183 verified
raw
history blame contribute delete
224 Bytes
"""Task generator: curated scenarios + procedural curriculum."""
from .scenarios import (
CURATED_SCENARIOS,
Scenario,
sample_scenario,
)
__all__ = ["CURATED_SCENARIOS", "Scenario", "sample_scenario"]