GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jason
/
express-blog
Transfer to URL with SHA
Find file
Newer
Older
tree:
03d78d9df4
Branches
Tags
×
dev
main
release
testing
express-blog
/
deployment
/ __main__.py
Jason Poage
on 27 Feb
65 bytes
Implemented deplomyent pipeline in python
Raw
Blame
History
if __name__ == "__main__": from main import main main()