mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-01 20:04:43 +00:00
4 lines
135 B
Python
4 lines
135 B
Python
|
|
__version__ = "0.0.1"
|
||
|
|
__author__ = "Christoph Friedrich <christoph.friedrich@vonaffenfels.de>"
|
||
|
|
|
||
|
|
from core import RGBMatrix, FrameCanvas
|