Files @ 16aa26b7d685
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
timeline audio loads the current song img
Ignore-this: 8c9afdda65323ecd0b48553dc13b1db5
# 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)
"""