Skip to content

Commit ab8cc64

Browse files
committed
bindings: add avr constants to python binding module.
Signed-off-by: Glenn Baker <[email protected]>
1 parent 3918165 commit ab8cc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/unicorn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Forwarding defs for compatibility
2-
from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const, s390x_const, tricore_const
2+
from . import arm_const, arm64_const, avr_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const, s390x_const, tricore_const
33
from .unicorn_const import *
44
from .unicorn import Uc, ucsubclass, uc_version, uc_arch_supported, version_bind, debug, UcError, __version__

0 commit comments

Comments
 (0)