Files @ a745bee5c419
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
new process stats visualizers
Ignore-this: 8e47516baad0bfb9cd02a712571c5a5f
# 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)
"""