Created
May 1, 2018 03:37
-
-
Save sergiolucero/e5889cc1e652114a42091ac904629b25 to your computer and use it in GitHub Desktop.
import microservices from git for flask
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #git clone https://github.com/sanderjo/disk-speed.git | |
| #idea! flask services should be gitable | |
| urls = from git import my_dict | |
| app = [(url,view) for url,view in my_dict] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment