2 lines
59 B
Python
2 lines
59 B
Python
from flask_wtf.csrf import CSRFProtect
|
|
csrf = CSRFProtect() |
from flask_wtf.csrf import CSRFProtect
|
|
csrf = CSRFProtect() |