702d080a1e
Google BK
6 lines
246 B
Python
6 lines
246 B
Python
# flake8: noqa
|
|
from .exchanger import Exchanger
|
|
from .creds import Creds, KEY_TOKEN_EXPIRY, KEY_ACCESS_TOKEN, KEY_CLIENT_ID, KEY_CLIENT_SECRET
|
|
from .driverequester import DriveRequester
|
|
MANUAL_CODE_REDIRECT_URI: str = "urn:ietf:wg:oauth:2.0:oob"
|