init
This commit is contained in:
6
snippets/python-mode/metaclass
Normal file
6
snippets/python-mode/metaclass
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: metaclass
|
||||
# key: mt
|
||||
# group: object oriented
|
||||
# --
|
||||
__metaclass__ = ${1:type}
|
||||
Reference in New Issue
Block a user