コード例 #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()