Files
ProSports-LED-Scoreboard/rpi-rgb-led-matrix-master/bindings/python/rgbmatrix/graphics.pxd
2026-02-13 12:26:33 -05:00

13 lines
189 B
Cython

# cython: language_level=3str
from . cimport cppinc
cdef class Color:
cdef cppinc.Color __color
cdef class Font:
cdef cppinc.Font __font
# Local Variables:
# mode: python
# End: