mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 10:49:31 +01:00
Adding Requests library
This commit is contained in:
13
lib/requests/packages/oauthlib/oauth2/__init__.py
Normal file
13
lib/requests/packages/oauthlib/oauth2/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
|
||||
"""
|
||||
oauthlib.oauth2
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
This module is a wrapper for the most recent implementation of OAuth 2.0 Client
|
||||
and Server classes.
|
||||
"""
|
||||
|
||||
from .draft25 import Client, Server
|
||||
|
||||
Reference in New Issue
Block a user