class Channel(object) channel_mapping = { \'a\': 001, \'b\': 002, \'c\': 003 } def __init__(self): ... def process(self, input): channe