mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
* Remove turbo mode functionality * Add changelog fragment * Fix linting issue * Update docs
7 lines
158 B
Python
7 lines
158 B
Python
from __future__ import (absolute_import, division, print_function)
|
|
|
|
__metaclass__ = type
|
|
|
|
|
|
from ansible.module_utils.basic import AnsibleModule # noqa: F401
|