Files @ e53e78db7b17
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
refactor file watching. notice new files and dirs.
Ignore-this: 7f571fd9b309b54cff22b2fee5e68322
# 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)
"""