Refactor TatoebaSentence class to just Sentence
This commit is contained in:
parent
8db4c3879f
commit
dbc482bee4
@ -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