4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
class ${1:FormName}(forms.Form):
|
||
|
"""${2:docstring}"""
|
||
|
${3}
|