This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
263
Commits
2
Branches
4.3MB
Tree:
4881f7b01c
CoW
/
main.py
main.py
98B
Raw
Normal View
History
Support online railway deployment
2 years ago
1
2
3
4
5
# entry point for online railway deployment
from
app
import
run
if
__name__ ==
'__main__'
:
run()