New Features #1
@ -0,0 +1,6 @@
|
|||||||
|
package com.marvinelsen.willow.domain
|
||||||
|
|
||||||
|
data class Sentence(
|
||||||
|
val traditional: String,
|
||||||
|
val simplified: String,
|
||||||
|
)
|
@ -1,3 +0,0 @@
|
|||||||
package com.marvinelsen.willow.tatoeba
|
|
||||||
|
|
||||||
data class TatoebaSentence(val traditional: String)
|
|
Loading…
Reference in New Issue
Block a user