| Current Path : /usr/lib/rads/venv/lib64/python3.13/site-packages/botocore/vendored/requests/ |
| Current File : //usr/lib/rads/venv/lib64/python3.13/site-packages/botocore/vendored/requests/__init__.py |
# -*- coding: utf-8 -*-
# __
# /__) _ _ _ _ _/ _
# / ( (- (/ (/ (- _) / _)
# /
from .exceptions import (
RequestException, Timeout, URLRequired,
TooManyRedirects, HTTPError, ConnectionError
)