Files @ fc5675f5b756
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
captureDevice tool for sweeping through light settings and grabbing pics
Ignore-this: 8f3171e4e29727e0aa78e43edff0a1d9
# 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)
"""