This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
CommunityRule
/
CommunityRuleChatBot
ウォッチ
3
スター
0
フォーク
0
ファイル
課題
1
プルリクエスト
0
Wiki
ツリー:
834f24a048
ブランチ
タグ
master
CommunityRuleCh...
/
run.py
run.py
92 B
履歴
Raw
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()