mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
7 lines
No EOL
209 B
Python
7 lines
No EOL
209 B
Python
from flask_wtf import FlaskForm
|
|
from wtforms import StringField, TextAreaField, SubmitField
|
|
from wtforms.validators import DataRequired, Email, Optional
|
|
|
|
|
|
# A spot to put most of our Forms
|
|
# Contact form |