mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-16 19:11:08 +00:00
7 lines
No EOL
109 B
Cython
7 lines
No EOL
109 B
Cython
cimport cppinc
|
|
|
|
cdef class Color:
|
|
cdef cppinc.Color __color
|
|
|
|
cdef class Font:
|
|
cdef cppinc.Font __font |