diff options
Diffstat (limited to 'template/python/base-class.py')
| -rw-r--r-- | template/python/base-class.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/python/base-class.py b/template/python/base-class.py new file mode 100644 index 0000000..a606982 --- /dev/null +++ b/template/python/base-class.py @@ -0,0 +1,7 @@ +""" +{{_name_}} +""" + +class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}: + def __init__(self): + {{_cursor_}} |
