We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9c1c17 + 8edffe0 commit 5625102Copy full SHA for 5625102
bindings/python/unicorn/__init__.py
@@ -1,4 +1,4 @@
1
# Unicorn Python bindings, by Nguyen Anh Quynnh <[email protected]>
2
-from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const
+from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const
3
from .unicorn_const import *
4
from .unicorn import Uc, uc_version, uc_arch_supported, version_bind, debug, UcError, __version__
0 commit comments