rpi-rgb-led-matrix/python/rgbmatrix/__init__.py
Saij f293053346 o Improved directory structure of Python code.
o Use some new features in python examples.
2015-07-23 23:44:27 -07:00

4 lines
No EOL
135 B
Python

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