Exemple #1
0
def main():
    chat = Chat()
    chat.hello_message()
    chat.main_loop()
Exemple #2
0
def main():
    chat = Chat()
    chat.hello_message()
    chat.main_loop()