Files @ 1b42120d97f5
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
mypy upgrade
Ignore-this: f3d15dd4ced025a818b9601edb3ba8e9
# 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)
"""