Add struct to init to allow inclusion

This commit is contained in:
Pragyansh Chaturvedi
2025-09-21 03:14:29 +05:30
parent 8e231845ef
commit 48c0a1f506

View File

@ -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