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

2 lines
59 B
Python
Raw Normal View History

from flask_wtf.csrf import CSRFProtect
csrf = CSRFProtect()