예제 #1
0
def main():
    chat = Chat()
    chat.hello_message()
    chat.main_loop()
예제 #2
0
파일: start.py 프로젝트: xhri/SafeChat
def main():
    chat = Chat()
    chat.hello_message()
    chat.main_loop()