1
0
Fork 0
paraderos_led/ModuloLED/rgbmatrix/graphics.pxd

12 lines
152 B
Cython

cimport cppinc
cdef class Color:
cdef cppinc.Color __color
cdef class Font:
cdef cppinc.Font __font
# Local Variables:
# mode: python
# End: