Files @ 3c997bc6d380
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
fix some coffee lint
Ignore-this: 1a988be1598dda76dd2fefca3b499aa0
# 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)
"""