summaryrefslogtreecommitdiff
path: root/misc/dotfiles/templates/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dotfiles/templates/template.py')
-rw-r--r--misc/dotfiles/templates/template.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/dotfiles/templates/template.py b/misc/dotfiles/templates/template.py
new file mode 100644
index 0000000..e35598b
--- /dev/null
+++ b/misc/dotfiles/templates/template.py
@@ -0,0 +1,10 @@
+#! /usr/bin/env python3
+# -*- coding: utf-8 -*
+
+
+def main():
+ pass
+
+
+if __name__ == "__main__":
+ main()