import sys

This commit is contained in:
guidotheelen 2020-04-15 11:03:11 +02:00
parent 23bccfc88c
commit b61711bcba

View file

@ -5,6 +5,7 @@ import pickle
import os.path
import io
import fire
import sys
from googleapiclient.discovery import build
from google_auth_oauthlib.flow import InstalledAppFlow
from google.auth.transport.requests import Request