Source code for immuneML.presentation.PresentationFormat from enum import Enum [docs] class PresentationFormat(Enum): HTML = "HTML"