You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
219 B
Python
8 lines
219 B
Python
1 year ago
|
# -*- coding: utf-8 -*-
|
||
|
from __future__ import absolute_import
|
||
|
|
||
|
__version__ = "0.0.1"
|
||
|
__author__ = "Christoph Friedrich <christoph.friedrich@vonaffenfels.de>"
|
||
|
|
||
|
from .core import RGBMatrix, FrameCanvas, RGBMatrixOptions
|