mirror of
https://github.com/Danny-de-bree/fullstaq-operator.git
synced 2026-05-09 18:06:41 +00:00
11 lines
189 B
Python
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',
|
|
]
|