diff options
Diffstat (limited to 'bridge.py')
| -rwxr-xr-x | bridge.py | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,6 +4,7 @@ from __future__ import division, print_function import color import constants import fish_render +import sunrise import time import random try: @@ -14,6 +15,16 @@ except ImportError: else: have_lumiversepython = True + + + +#fish_render = sunrise + + + + + + def get_all_lights(rig): """Return a list of all panels.""" return [ |
