You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MultiStack package can be initiated by running.
$ python hs.py
APIs(flask route calls) are to be written in api/v{n}.py files. This will help us maintain versioning. We're using Flask Blueprints to separate out flask app objects.