Пример #1
0
 def decode(self, code):
     return Rot13.decode(code)
Пример #2
0
 def encode(self, text):
     return Rot13.encode(text)