This website works better with JavaScript
首頁
探索
說明
註冊
登入
CommunityRule
/
CommunityRuleChatBot
關註
3
讚好
0
複刻
0
Files
問題管理
1
合併請求
0
Wiki
目錄樹:
c21ccdd85f
分支列表
標籤列表
master
CommunityRuleCh...
/
run.py
run.py
92 B
文件歷史
原始文件
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()