archaeo_super_prompt.types.intervention_id [docs] module archaeo_super_prompt.types.intervention_id 1 2 3 4from typing import NewType InterventionId = NewType("InterventionId", int)