This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
CommunityRule
/
CommunityRuleChatBot
Segui
3
Vota
0
Forka
0
File
Problemi
1
Pull Requests
0
Wiki
Albero (Tree):
e6f05a9465
Rami (Branch)
Tag
master
CommunityRuleCh...
/
run.py
run.py
92 B
Cronologia
Originale
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()