Mercurial > code > home > repos > light9
view flax/UI.py @ 1951:9f0f2b39ad95
vidref web is working
Ignore-this: 686b512c0368f8cc419000e784f13935
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 06 Jun 2019 00:09:39 +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) """