[python-bindings] Export OpCode from core.py.
[oota-llvm.git] / bindings / python / llvm / core.py
index 19b4bbec256752d60d3965a162cc53454609b626..fa5486a7e11ab7434388e52085077e8f9329f0f1 100644 (file)
@@ -20,6 +20,7 @@ from ctypes import c_uint
 
 __all__ = [
     "lib",
+    "OpCode",
     "MemoryBuffer",
     "Module",
     "Context",