Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Last active July 15, 2024 17:25
Show Gist options
  • Save elijahbenizzy/c5f46a612bf498d3100936b84d693ea3 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/c5f46a612bf498d3100936b84d693ea3 to your computer and use it in GitHub Desktop.
import my_module
dr = (
driver
.Builder()
.with_modules(my_module)
.build()
)
# Run columns A, B, C
dr.execute(["c", "a", "b"], inputs={"external_input" : 10})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment