Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@command.thing_command
def set_twitterer(thing, context):
thing.attach_persistent(TwitterFacet)
@command.thing_command
def set_githubber(thing, context):
thing.attach_persistent(GitHubFacet)