Files @ 4718ca6f812e
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
autoformat
Ignore-this: ec2538b5b3195c7c04f95c011dc89ff
# 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)
"""