feat: add Latin class hierarchy section to README with descriptions of Stultus classes

This commit is contained in:
Chipperfluff 2025-07-12 19:50:25 +02:00
parent f24b21d9f3
commit 566487f49b

View File

@ -186,4 +186,17 @@ else:
print("The fluff has left the network.") 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.*
--- ---