Exemplo n.º 1
0
    def __str__(self):
        'Return the colorized name of this exit.'

        name = TZObj.__str__(self)
        return yellow(name)
Exemplo n.º 2
0
    def __str__(self):
        'Returns the colorized name of this item.'

        name = TZObj.__str__(self)
        return green(name)