mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-04-05 23:50:58 +00:00
7 lines
201 B
Python
7 lines
201 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import absolute_import
|
|
|
|
__version__ = "0.0.1"
|
|
__author__ = "Christoph Friedrich <christoph.friedrich@vonaffenfels.de>"
|
|
|
|
from .core import RGBMatrix, FrameCanvas
|