rpi-rgb-led-matrix/python/rgbmatrix/graphics.pxd
2016-08-28 11:39:43 -07:00

11 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: