New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
2 changed files with 6 additions and 3 deletions
Showing only changes of commit dbc482bee4 - Show all commits

View File

@ -0,0 +1,6 @@
package com.marvinelsen.willow.domain
data class Sentence(
val traditional: String,
val simplified: String,
)

View File

@ -1,3 +0,0 @@
package com.marvinelsen.willow.tatoeba
data class TatoebaSentence(val traditional: String)