click.option(
"--input_variables",
multiple=True,
type=(str, str),
help="Input variables in the format key value",
)
| 1 | from dotenv import load_dotenv |
| 2 | import time # Add this import |
| 3 | |
| 4 | load_dotenv() |
nothing calls this directly
no outgoing calls
no test coverage detected