Mercurial > code > home > repos > light9
view flax/UI.py @ 1971:b26a1e7fcfbe
dmx out: lots of stats and more reconnection attempts after usb errors
Ignore-this: f0cf3420b6598007e68bc6f237fb8ed7
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jun 2019 03:54:01 +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) """