aboutsummaryrefslogtreecommitdiff
path: root/template/python/base-class.py
blob: a6069824a97a86786f6997b840f33a9d5157b4fc (plain)
1
2
3
4
5
6
7
"""
{{_name_}}
"""

class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}:
    def __init__(self):
        {{_cursor_}}