summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc8628/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'oauthlib/oauth2/rfc8628/__init__.py')
-rw-r--r--oauthlib/oauth2/rfc8628/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/oauthlib/oauth2/rfc8628/__init__.py b/oauthlib/oauth2/rfc8628/__init__.py
new file mode 100644
index 0000000..531929d
--- /dev/null
+++ b/oauthlib/oauth2/rfc8628/__init__.py
@@ -0,0 +1,10 @@
+"""
+oauthlib.oauth2.rfc8628
+~~~~~~~~~~~~~~~~~~~~~~~
+
+This module is an implementation of various logic needed
+for consuming and providing OAuth 2.0 Device Authorization RFC8628.
+"""
+import logging
+
+log = logging.getLogger(__name__)