Files @ 519adb4e539f
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
asco startup improvements
Ignore-this: 41a4ce074e02e64166164813879380b
# 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)
"""