ska-referee-test/ref-test/app/modules/csrf.py

2 lines
59 B
Python
Raw Normal View History

2022-06-11 15:16:35 +01:00
from flask_wtf.csrf import CSRFProtect
csrf = CSRFProtect()