# Basic Usage

This example covers the basic usage of the package.

``` python
from gdtest_sec_index_opt import analyze
result = analyze([10, 20, 30])
print(result)
```
