mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 15:49:29 +00:00
feat: store lines of a haiku, not just as a str
Refs: OPS-24
This commit is contained in:
parent
5fa2122972
commit
82f8c7a721
2 changed files with 15 additions and 15 deletions
|
|
@ -3,4 +3,4 @@ from dataclasses import dataclass
|
|||
|
||||
@dataclass
|
||||
class Haiku:
|
||||
text: str
|
||||
lines: list[str]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue