Files
python-bpf/pythonbpf/__init__.py
2025-09-21 18:05:43 +05:30

3 lines
110 B
Python

from .decorators import bpf, map, section, bpfglobal, struct
from .codegen import compile_to_ir, compile, BPF