mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-25 22:51:28 +00:00
6 lines
110 B
Python
6 lines
110 B
Python
"""Struct processing for BPF programs."""
|
|
|
|
from .structs_pass import structs_proc
|
|
|
|
__all__ = ["structs_proc"]
|