# -*- mode: snippet -*-
# name: _init with assignment
# key: _init
# group: Special methods
# --
def __init__(self${1:, args}):
    """$2

    """
    ${1:$(elpy-snippet-init-assignments yas-text)}
