aboutsummaryrefslogtreecommitdiff
path: root/template/main.python
diff options
context:
space:
mode:
Diffstat (limited to 'template/main.python')
-rw-r--r--template/main.python10
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()
+