ansible-collection-hetzner-.../plugins/module_utils/vendor/hcloud/hcloud.py

10 lines
240 B
Python
Raw Normal View History

import warnings
warnings.warn(
"The 'hcloud.hcloud' module is deprecated, please import from the 'hcloud' module instead (e.g. 'from hcloud import Client').",
DeprecationWarning,
stacklevel=2,
)
from ._client import * # noqa