From 6a611884d53c39cba5eaf02d3ea3c2754feae45d Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Wed, 17 Jul 2024 17:10:50 -0400 Subject: [PATCH] Update README.md (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c770a..7111f2e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

dataclasstools

-

Tools from dataclasses, extended to all of Python

+

Tools from dataclasses, extended to all of Python

Python's `dataclasses` provides tools for working with objects, but only compatible `@dataclass` objects. 😢
This repository is a superset of those