Files @ 40cc863d2b63
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
start py3 and other dep fixes
Ignore-this: f43a792107c9640a01d35c080b0ee87d
# 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)
"""