Files @ 92eeb2de0c03
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
add www files
Ignore-this: 6b15aa177dd1ef35e7d7818be3244e00
# 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)
"""