diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-06-11 11:45:29 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-06-11 11:45:29 -0600 |
commit | 98105e44edcdd3e0282c253fbb7b5eeab292559b (patch) | |
tree | 6030e8eef09b55395118921b003e2512583a7f90 /snippets/python/pyclass.py | |
parent | 2d90ed79923281b095f2dfb27d2b400cb1eb7415 (diff) |
Removing Snippets
Diffstat (limited to 'snippets/python/pyclass.py')
-rw-r--r-- | snippets/python/pyclass.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/snippets/python/pyclass.py b/snippets/python/pyclass.py deleted file mode 100644 index 3354dba..0000000 --- a/snippets/python/pyclass.py +++ /dev/null @@ -1,6 +0,0 @@ -class jump(jump): - """jump - - jump - """ - pass |