rpi-rgb-led-matrix/python/rgbmatrix/__init__.py

4 lines
135 B
Python
Raw Normal View History

__version__ = "0.0.1"
__author__ = "Christoph Friedrich <christoph.friedrich@vonaffenfels.de>"
from core import RGBMatrix, FrameCanvas