| Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/botocore/vendored/requests/ |
| Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/botocore/vendored/requests/__init__.py |
# -*- coding: utf-8 -*-
# __
# /__) _ _ _ _ _/ _
# / ( (- (/ (/ (- _) / _)
# /
from .exceptions import (
RequestException, Timeout, URLRequired,
TooManyRedirects, HTTPError, ConnectionError
)