mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
feat: add haiku dataclass
previous commit for this did not stage the right file. Refs: OPS-23
This commit is contained in:
parent
602cba280a
commit
e700771c53
1 changed files with 6 additions and 0 deletions
6
senju/haiku.py
Normal file
6
senju/haiku.py
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
from dataclasses import dataclass
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class Haiku:
|
||||||
|
text: str
|
||||||
Loading…
Add table
Add a link
Reference in a new issue