# Getting Started

This guide walks you through the basics of the package.


# Installation

``` bash
pip install gdtest-sec-sidebar-single
```


# Quick Example

``` python
from gdtest_sec_sidebar_single import hello
hello("world")
```
