diff options
author | Ben Connors <benconnors@outlook.com> | 2019-01-24 21:14:02 -0500 |
---|---|---|
committer | Ben Connors <benconnors@outlook.com> | 2019-01-24 21:14:02 -0500 |
commit | 9b3230d72efc51a504edf102090c219e9dd35f99 (patch) | |
tree | 0c6ecfc4c26afda25eda66d5ccdceaf929ebf4d2 /__init__.py | |
parent | fff5e34c9864532b5e38e70b658eccb0ff35d1d3 (diff) |
Move stuff around; fix rendering
- Now actually able to render shows
- Maybe able to render chasers
- Add untested OLA lighting output
- General fixes
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 887a920..0000000 --- a/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -"""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 <ben.connors@uwo.ca>" -__all__ = ["workspace", "audio", "image", "tk"] |