Import and call process() with a list of strings.
from gdtest_ug_mixed_subdir_order import process result = process(["hello", " world "])