Source code for immuneML.analysis.AxisTypefrom enum import Enum [docs] class AxisType(Enum): REPERTOIRES = 0 FEATURES = 1