mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-12 01:03:09 +00:00
11 lines
152 B
Cython
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:
|