Files @ 40669f666d15
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
update networking to test on dash
Ignore-this: 7fbb4b6902e4dbfd45e5f2c1ad277c33
# 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)
"""