From ca498eba3d9eaa2c25e281f9f8e6b5c3c8646ba6 Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Tue, 22 Jan 2019 15:36:34 -0500 Subject: Initial commit - Finish and test workspace.Show rendering - Add some basic image visualization - Add some utility classes (audio, Tk) --- __init__.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..887a920 --- /dev/null +++ b/__init__.py @@ -0,0 +1,14 @@ +"""Module for working with QLC+ workspaces. + +The workspace module contains the utilities for working with QLC+ workspaces. + +The audio module contains some basic audio-players for use in running lighting. + +The image module contains utilities for visualizing QLC+ functions. + +The tk module contains Tk widgets that may be useful. +""" + +__version__ = "0.0.1" +__author__ = "Ben Connors " +__all__ = ["workspace", "audio", "image", "tk"] -- cgit v1.2.3