rolebase.py 138 Bytes
Newer Older
Kento HASEGAWA's avatar
Kento HASEGAWA committed
1 2 3 4 5 6 7 8
class RoleBase(object):
    
    def __init__(self, config):
        self.type = ''

    def __repr__(self):
        return ''