Side

class cgp_generic_utils.constants.Side
ALL = ['L', 'M', 'R']
LEFT = 'L'
MIDDLE = 'M'
MIRROR = {'L': 'R', 'M': None, 'R': 'L'}
RIGHT = 'R'