This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
CommunityRule
/
CommunityRuleChatBot
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
1
Trageți solicitările
0
Wiki
Arbore:
c21ccdd85f
Ramuri
Etichete
master
CommunityRuleCh...
/
run.py
run.py
92 B
Istoric
Crud
1
2
3
4
5
6
from
chatbot
import
create_app
app = create_app()
if
__name__ ==
'__main__'
:
app.run()