DEBSOURCES
Skip Quicknav
sources / pyro / 1%3A3.14-5 / examples / agent2 / serv / objects / cd.py
12345678
class cd(object): def __init__(self): pass def getName(self): return "CD" def getDescription(self): return "The new album of the Red Hot Chili Peppers"