5 lines
77 B
Python
5 lines
77 B
Python
from wtforms_tornado import Form
|
|
|
|
class OrganizationInfoForm(Form):
|
|
pass
|