Files @ 8603ab0b9fa8
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
rdfdb log noise
Ignore-this: 6a8e97bae341002400337d12cc12532d
# 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)
"""