ldapweb/stubs/flask_wtf.pyi
2024-07-07 21:46:29 +02:00

7 lines
162 B
Python

import wtforms
from typing import Protocol
class FlaskForm(wtforms.Form):
def validate_on_submit(self) -> bool: ...
def is_submitted(self) -> bool: ...