Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
15
app/src/main/java/ani/dantotsu/parsers/MangaSources.kt
Normal file
15
app/src/main/java/ani/dantotsu/parsers/MangaSources.kt
Normal file
|
@ -0,0 +1,15 @@
|
|||
package ani.dantotsu.parsers
|
||||
|
||||
import ani.dantotsu.Lazier
|
||||
import ani.dantotsu.lazyList
|
||||
|
||||
object MangaSources : MangaReadSources() {
|
||||
override val list: List<Lazier<BaseParser>> = lazyList(
|
||||
)
|
||||
}
|
||||
|
||||
object HMangaSources : MangaReadSources() {
|
||||
val aList: List<Lazier<BaseParser>> = lazyList(
|
||||
)
|
||||
override val list = listOf(aList,MangaSources.list).flatten()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue