---
name: gdtest-dataclasses
description: >
  A synthetic test package with dataclasses. Use when writing Python code that uses the gdtest_dataclasses package.
---

# gdtest_dataclasses

A synthetic test package with dataclasses

## Installation

```bash
pip install gdtest-dataclasses
```

## API overview

### Dataclasses

Dataclass definitions

- `Config`: Application configuration
- `Record`: An immutable data record

## Resources

- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
