6 lines
78 B
Python
6 lines
78 B
Python
from wtforms_tornado import Form
|
|
|
|
|
|
class OrganizationInfoForm(Form):
|
|
pass
|