diff options
Diffstat (limited to 'template/main.python')
-rw-r--r-- | template/main.python | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/main.python b/template/main.python new file mode 100644 index 0000000..6f1b9a0 --- /dev/null +++ b/template/main.python @@ -0,0 +1,10 @@ +# vim: fileencoding=utf-8 + + +def main(): + {{_cursor_}} + + +if __name__ == '__main__': + main() + |