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


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

    def __repr__(self):
        return