# Usage

Import and call [process()](../reference/process.md#gdtest_ug_mixed_subdir_order.process) with a list of strings.

``` python
from gdtest_ug_mixed_subdir_order import process

result = process(["hello", " world "])
```
