We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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