Files @ 0d88befa5132
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
cull hgignore ; try to eliminate __pycache__ in the source tree but gave up
# 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)
"""