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

8 lines
201 B
Python
Raw Normal View History

2016-07-30 11:59:55 +00:00
# -*- coding: utf-8 -*-
from __future__ import absolute_import
__version__ = "0.0.1"
__author__ = "Christoph Friedrich <christoph.friedrich@vonaffenfels.de>"
2016-07-30 11:59:55 +00:00
from .core import RGBMatrix, FrameCanvas