Mercurial > code > home > repos > light9
view flax/UI.py @ 932:92c6e4b6cabb
change base uri used on local subs
Ignore-this: ee540cbdacffbe38c066c757cbb2c39f
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jun 2013 04:48:26 +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) """