package vo

type Poetry struct {
	Content string `json:"content"`
	Author  string `json:"author"`
}