summaryrefslogtreecommitdiff
path: root/snippets/python-mode/python-shebang
blob: fdacfed1d6bea8ad4bab395fbdf6496cdcd85c92 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Python shebang
# key: sb
# --
#!/usr/bin/env python${1:3}
$0