"""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"]