class RoleBase(object): def __init__(self, config): self.type = '' def __repr__(self): return ''