mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
3 lines
110 B
Python
3 lines
110 B
Python
from .decorators import bpf, map, section, bpfglobal, struct
|
|
from .codegen import compile_to_ir, compile, BPF
|