Mercurial > code > home > repos > light9
view flax/UI.py @ 524:880bfdd5deb0
ascoltami /api endpoint next to /RPC2, returns play start time as well as song+pos
Ignore-this: 9395a156cb70de6578ca4b3aa5239aaa
author | drewp@bigasterisk.com |
---|---|
date | Wed, 09 Jun 2010 05:35:06 +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) """