import wtforms from wtforms.validators import DataRequired from models import Entry class EntryForm(wtforms.Form): title = wtforms.
確定! 回上一頁