From 566487f49b83c5e2a54a3137f5b8d772b9eed490 Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Sat, 12 Jul 2025 19:50:25 +0200 Subject: [PATCH] feat: add Latin class hierarchy section to README with descriptions of Stultus classes --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f7aea4c..552b4ee 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,17 @@ else: print("The fluff has left the network.") ``` +### Latin Class Hierarchy + +| Class | Translation | Description | +|---------------|------------------|-------------| +| `StultusMixin` | Mixin of the Fool | Injects foolish logic into all descendants | +| `StultusInt` | Foolish Integer | Integer that compares via HTTP | +| `StultusFloat` | Foolish Float | Float that uses a server for > / < | +| `StultusStr` | Foolish String | String that checks equality by prayer | +| `StultusBool` | Foolish Truth | Boolean logic outsourced to ChipperFluff | + +> *Veritas non localis est.* +> *Truth is not local.* + ---