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

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

    def __repr__(self):
        return