Files @ 71eac274c98f
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
new networking config to put dmx on its own box
Ignore-this: 3ed4db167e8daec1670d6389a6efc159
# 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)
"""