This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
Watch
1
Star
0
Fork
You've already forked cr-connect-workflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9861f6baf3
cr-connect-workflow
/
run.py
4 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Creating an "app" base directory - this allows us to organize the source files and keep them separate from tests, configuration, and pipenv stuffs. Adding basic config and test directories and getting that set up and ready to roll.
2019-11-21 14:22:42 +00:00
from
app
import
app
Adds basic Flask, Connexion, and SpiffWorkflow structure
2019-11-19 20:57:46 +00:00
if
__name__
==
"
__main__
"
:
app
.
run
(
)