7 lines
167 B
Cython
7 lines
167 B
Cython
|
cdef class GraphicsCompiler
|
||
|
|
||
|
from .instructions cimport InstructionGroup
|
||
|
|
||
|
cdef class GraphicsCompiler:
|
||
|
cdef InstructionGroup compile(self, InstructionGroup group)
|