Files @ a214a9d6f2f0
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
refactor rdfdb: Client doesn't need Db at construction
Ignore-this: 9a3591d13c4ff821dd6e543bf78f8583
# 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)
"""