Files
python-bpf/pythonbpf/structs/__init__.py
2025-10-08 17:20:45 +00:00

6 lines
110 B
Python

"""Struct processing for BPF programs."""
from .structs_pass import structs_proc
__all__ = ["structs_proc"]