def load(self, cred_file): """Load pre-saved credentials.""" storage = Storage(cred_file) self.credentials = storage.get()