## singleton()


Return a decorator for singleton class instances.


Usage

``` python
singleton(
    *args,
    **kwargs,
)
```
