This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
ai-on-wechat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
262
Commits
3
Branches
10MB
Tree:
bebe8c1b1d
ai-on-wechat
/
main.py
5 lines
98B
Raw
Blame
History
# entry point for online railway deployment
from
app
import
run
if
__name__ ==
'__main__'
:
run()