class Action(object):
    def __init__(self, action_type, data):
        self.action_type = action_type
        self.data = data