1
0
Fork 0
paraderos_led/ModuloLED/rgbmatrix/__init__.py

8 lines
219 B
Python
Raw Normal View History

2023-11-13 19:23:52 -03:00
# -*- 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