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

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