diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-01 04:14:06 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-01 04:14:06 +0000 |
commit | f95311ce4de26cf2c2db14906410f55589fab0a8 (patch) | |
tree | 1b7ace85a73b6a2f9a9b920311a660c5b6537252 /snippets/python/pyclass.py | |
parent | 5fcd5c3ab60bde0d43367e4243512450a2f83091 (diff) |
Adding some snippet functionality, reduce typing
Diffstat (limited to 'snippets/python/pyclass.py')
-rw-r--r-- | snippets/python/pyclass.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/python/pyclass.py b/snippets/python/pyclass.py new file mode 100644 index 0000000..07d0493 --- /dev/null +++ b/snippets/python/pyclass.py @@ -0,0 +1,5 @@ + class jump(jump): + """jump + + jump + """ |