示例#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()