senju/senju/haiku.py
Christoph J. Scherr e700771c53
feat: add haiku dataclass
previous commit for this did not stage the right file.

Refs: OPS-23
2025-02-25 18:21:57 +01:00

6 lines
74 B
Python

from dataclasses import dataclass
@dataclass
class Haiku:
text: str