from awlsim.common.cython_support cimport * from awlsim.core.instructions.main cimport * cdef class AwlInsn_O(AwlInsn): cdef __run_withOps(self) cdef __run_noOps(self)