8 lines
232 B
Kotlin
8 lines
232 B
Kotlin
![]() |
package eu.kanade.tachiyomi.extension.it.gto
|
||
|
|
||
|
import eu.kanade.tachiyomi.multisrc.pizzareader.PizzaReader
|
||
|
|
||
|
class GTO : PizzaReader("GTO The Great Site", "https://reader.gtothegreatsite.net", "it") {
|
||
|
override val versionId = 2
|
||
|
}
|