# -*- mode: snippet -*-
# name: ife
# key: ife
# expand-env: ((yas-indent-line 'fixed))
# group : control structure
# --
if $1:
    $2
else:
    $0
