These classes are implementations of statistical models of annotations. They are available through the pyanno.models namespace, e.g.:
import pyanno.models
# create a new instance of model B, for 4 label classes and 6 annotators
model = pyanno.models.ModelB.create_initial_state(4, 6)