This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
CommunityRule
/
CommunityRuleChatBot
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
1
Oczekujące zmiany
0
Wiki
Drzewo:
834f24a048
Gałęzie
Tagi
master
CommunityRuleCh...
/
run.py
run.py
92 B
Historia
Czysty
1
2
3
4
5
6
from chatbot import create_app
app = create_app()
if __name__ == '__main__':
app.run()