Mercurial > code > home > repos > light9
view flax/UI.py @ 1978:7da21faf75b3
pack in led lights in available dmx gaps
Ignore-this: bca635ab9a6b74dce6363c396ef99b7e
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jun 2019 09:15:36 +0000 |
parents | 45b12307c695 |
children |
line wrap: on
line source
# 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) """