Files @ b5dc4f1c4a83
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
more compact device boxes on live page
Ignore-this: eeb323899eb939e571d40a0d719da2ae
# 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)
"""