Python
@morph.variables
You can declare variables passed from outside with the @morph.variables
annotation.
Parameters
You can add arguments when executing the function.
You can pass arguments from the mdx file or specify arguments when executing the command.
You can set a default value.
If not specified, the default value will be None.
You can specify whether the item is required.
If it is set to required, an error will occur if it is not specified.
You can specify the type of the variable.
If not specified, the type will be inferred automatically.