Ejemplo n.º 1
0
def main():
    chat = Chat()
    chat.hello_message()
    chat.main_loop()
Ejemplo n.º 2
0
def main():
    chat = Chat()
    chat.hello_message()
    chat.main_loop()