aboutsummaryrefslogtreecommitdiff
path: root/template/python/snip-class.py
blob: 636204d0aaafb84028ddaa9d8c1ddf58703da850 (plain)
1
2
3
4
5
class {{_expr_:substitute('{{_input_:name}}(object)', '\w\+', '\u\0', '')}}:
	def __init__(self{{_cursor_}}):

    def __repr__(self):
        return