chore: automatic commit 2025-04-30 12:48
This commit is contained in:
16
venv/lib/python3.11/site-packages/flask_wtf/__init__.py
Normal file
16
venv/lib/python3.11/site-packages/flask_wtf/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from .csrf import CSRFProtect
|
||||
from .form import FlaskForm
|
||||
from .form import Form
|
||||
from .recaptcha import Recaptcha
|
||||
from .recaptcha import RecaptchaField
|
||||
from .recaptcha import RecaptchaWidget
|
||||
|
||||
__version__ = "1.2.2"
|
||||
__all__ = [
|
||||
"CSRFProtect",
|
||||
"FlaskForm",
|
||||
"Form",
|
||||
"Recaptcha",
|
||||
"RecaptchaField",
|
||||
"RecaptchaWidget",
|
||||
]
|
||||
Reference in New Issue
Block a user