Skip to content

Instantly share code, notes, and snippets.

@marcelolebre
Created April 30, 2017 13:26
Show Gist options
  • Save marcelolebre/721fb370cb61525fea092bd122fcfc73 to your computer and use it in GitHub Desktop.
Save marcelolebre/721fb370cb61525fea092bd122fcfc73 to your computer and use it in GitHub Desktop.
class UserValues(ValueComposite):
def __init__(self, user_values):
super(UserValues, self).initialize([])
self.serialize_and_append_from_values(user_values)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment