This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
CommunityRule
/
CommunityRuleChatBot
Liatin
3
Bintangi
0
Fork
0
Berkas
Masalah
1
Permintaan Tarik
0
Wiki
Pohon:
c21ccdd85f
Ranting
Tag
master
CommunityRuleCh...
/
run.py
run.py
92 B
Riwayat
Mentahan
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()