Files @ e1a407e928a7
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
networking config, playlist
Ignore-this: e59c68fb216df71b613f8ba2c7211515
# 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)
"""