diff --git a/pythonbpf/__init__.py b/pythonbpf/__init__.py index 31d7d7c..96f6e50 100644 --- a/pythonbpf/__init__.py +++ b/pythonbpf/__init__.py @@ -1,2 +1,2 @@ -from .decorators import bpf, map, section, bpfglobal +from .decorators import bpf, map, section, bpfglobal, struct from .codegen import compile_to_ir, compile