summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/script
blob: 931074ace629128d7512f8eddf51aced62a62e60 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- mode: snippet -*-
# name: script
# key: script
# --
#!/usr/bin/env python
# -*- coding: utf-8 -*-


if __name__ == '__main__':
    $0