Files @ 382d3c747003
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
more precise types on treq
Ignore-this: f67de1fd8205cb0e5efc4776eb86362a
# 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)
"""