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