1 2 -class ModelLoadError(Exception): 3 pass 4 5 -class ModelTrainError(Exception): 6 pass 7 8 from .hmm import HPChordLabeler 9