feat: add haiku dataclass

previous commit for this did not stage the right file.

Refs: OPS-23
This commit is contained in:
Christoph J. Scherr 2025-02-25 17:43:51 +01:00
parent 602cba280a
commit e700771c53
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

6
senju/haiku.py Normal file
View file

@ -0,0 +1,6 @@
from dataclasses import dataclass
@dataclass
class Haiku:
text: str