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