Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/botocore/vendored/requests/__init__.py

# -*- coding: utf-8 -*-

#   __
#  /__)  _  _     _   _ _/   _
# / (   (- (/ (/ (- _)  /  _)
#          /
from .exceptions import (
    RequestException, Timeout, URLRequired,
    TooManyRedirects, HTTPError, ConnectionError
)
Back to Directory File Manager