mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class Haiku:
|
|
lines: list[str]
|