# Route

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/chains/router/base/Route)

A route to a destination chain.

## Signature

```python
Route()
```

## Extends

- `NamedTuple`

## Properties

- `destination`
- `next_inputs`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/langchain/langchain_classic/chains/router/base.py#L20)