From 4996a6403108a226d4ff1d73b880207cc80284bd Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 12 Jan 2021 20:05:37 +0100 Subject: Add snippets/python-mode.statnett --- .emacs.d/snippets/python-mode.statnett/script | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .emacs.d/snippets/python-mode.statnett/script (limited to '.emacs.d/snippets/python-mode.statnett/script') diff --git a/.emacs.d/snippets/python-mode.statnett/script b/.emacs.d/snippets/python-mode.statnett/script new file mode 100644 index 0000000..3246334 --- /dev/null +++ b/.emacs.d/snippets/python-mode.statnett/script @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: script +# key: script +# -- +#!/usr/bin/env python + + +def main(inargs=None): + """main entry point""" + $0 + + +if __name__ == "__main__": + main() -- cgit v1.3