summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/python-mode/h5py7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/h5py b/snippets/python-mode/h5py
new file mode 100644
index 0000000..6bea2df
--- /dev/null
+++ b/snippets/python-mode/h5py
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: h5py
+# key: h5
+# group: imports
+# --
+import h5py
+$0