Files @ 900c2b2ea956
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
cleanup prints
Ignore-this: e8b0368b90ce570a7e3c3eddd7e468e
# 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)
"""