DEBSOURCES
Skip Quicknav
sources / pyro / 1%3A3.14-5 / examples / agent2 / serv / objects / boots.py
12345678
class boots(object): def __init__(self): pass def getName(self): return "Boots" def getDescription(self): return "Burton snowboard softboots"