This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
CommunityRule
/
CommunityRuleChatBot
Xem
3
Star
0
Fork
0
Các tập tin
Các vấn đề
1
Yêu cầu kéo về
0
Wiki
Tree:
98c487f4cb
Branches
Tags
master
CommunityRuleCh...
/
run.py
run.py
92 B
Lịch sử
Raw
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()