Files @ a33519c49871
Branch filter:

Location: light9/flax/UI.py - annotation

drewp@bigasterisk.com
new bin/webcontrol web client for playing songs and adjusting lights
Ignore-this: 84b62f641ed50971cf59035e6ba75223
# Abstract UI widgets

class UI(Something):
    pass

class Scale(UI):
    def __init__(self, start, stop, res=0.001):
        pass

""" unfinished
class Button(UI):
    def __init__(self, etc)
"""