Is your feature request related to a problem? Please describe.
would be great to have the capability of importing modules
{
"import_glob": "$import glob",
...
}
instead of local workarounds such as
{
"files": "$__import__('glob').glob()",
...
}
part of #3482