Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created December 19, 2021 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-geller/f17c8457f59a5ca3ee984f761559ce73 to your computer and use it in GitHub Desktop.
Save anna-geller/f17c8457f59a5ca3ee984f761559ce73 to your computer and use it in GitHub Desktop.
if __name__ == "__main__":
flow.run() # prints 2
flow.run(parameters=dict(x=2)) # prints 3
flow.run(parameters=dict(x=100)) # prints 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment