Skip to content

Commit

Permalink
bindings: add avr constants to python binding module.
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Baker <[email protected]>
  • Loading branch information
glennsec committed Oct 22, 2024
1 parent c9b50de commit c47637c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/unicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Forwarding defs for compatibility
from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const, s390x_const, tricore_const
from . import arm_const, arm64_const, avr_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const, s390x_const, tricore_const
from .unicorn_const import *
from .unicorn import Uc, ucsubclass, uc_version, uc_arch_supported, version_bind, debug, UcError, __version__

0 comments on commit c47637c

Please sign in to comment.