This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
CommunityRule
/
CommunityRuleChatBot
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
1
Pull-pyynnöt
0
Wiki
Puu:
834f24a048
Haarat
Tagit
master
CommunityRuleCh...
/
run.py
run.py
92 B
Historia
Raaka
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()