MCPcopy Create free account
hub / github.com/hunvreus/devpush / TeamCreateForm

Class TeamCreateForm

app/forms/team.py:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class TeamCreateForm(StarletteForm):
32 name = StringField(_l("Name"), validators=[DataRequired(), Length(min=1, max=100)])
33 submit = SubmitField(_l("Create team"))
34
35
36class TeamGeneralForm(StarletteForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected