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:
834f24a048
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()