Files @ 4dd977d11dca
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
logging, type fix
Ignore-this: ef749a45b4df33881c66be74303b68ea
# 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)
"""