Files @ bd0c83b063df
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
bower, polymer, coffee updates
Ignore-this: 39b3c5edc1ea34c1f138c538341269f
# 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)
"""