Files
python-bpf/pythonbpf/helper/__init__.py
2025-10-02 01:43:05 +05:30

5 lines
158 B
Python

from .helper_utils import HelperHandlerRegistry
from .bpf_helper_handler import handle_helper_call
__all__ = ["HelperHandlerRegistry", "handle_helper_call"]