[code] Added ulab.utils in toolbox

This commit is contained in:
Laury
2022-06-26 14:30:50 +02:00
parent 92c653f2f2
commit 891afff4bb
11 changed files with 36 additions and 0 deletions

View File

@@ -254,3 +254,5 @@ PythonFileName = "Contains file's name"
PythonFileMode = "Contains file's open mode"
PythonFileReadable = "Tells if read can be used on a file"
PythonFileWritable = "Tells if write can be used on a file"
PythonImportUtils = "Importing ulab.utils"
PythonUtilsFunction = "utils module function prefix"