Files
2023-12-28 14:57:05 +01:00

11 lines
189 B
Python

"""
Helper tools to test the Kopf-based operators.
This module is a part of the framework's public interface.
"""
from kopf._kits.runner import KopfRunner
__all__ = [
'KopfRunner',
]