aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/blueprint.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/auth/blueprint.py')
-rw-r--r--gn3/auth/blueprint.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gn3/auth/blueprint.py b/gn3/auth/blueprint.py
new file mode 100644
index 0000000..39a031b
--- /dev/null
+++ b/gn3/auth/blueprint.py
@@ -0,0 +1,4 @@
+"""Setup blueprint for the auth system"""
+from flask import Blueprint
+
+oauth2 = Blueprint("oauth2", __name__)