diff options
Diffstat (limited to 'snippets/python-mode/pymc')
-rw-r--r-- | snippets/python-mode/pymc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/pymc b/snippets/python-mode/pymc new file mode 100644 index 0000000..c4a6a62 --- /dev/null +++ b/snippets/python-mode/pymc @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# key: pm +# group: imports +# -- +import pymc as pm +$0 |