Files @ 6b73af19dbe1
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
sketch of a new rdfdb report
Ignore-this: 3b3c5a88e5ab1764fc1e651d254ca050
# 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)
"""