Skip to content

Commit 48c0a1f

Browse files
committed
Add struct to init to allow inclusion
1 parent 8e23184 commit 48c0a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbpf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .decorators import bpf, map, section, bpfglobal
1+
from .decorators import bpf, map, section, bpfglobal, struct
22
from .codegen import compile_to_ir, compile

0 commit comments

Comments
 (0)