* add linting to multisrc * remove generated blocks * lint again * re-format the file * remove buildScript block * manaully format * remove groups
8 lines
238 B
Kotlin
8 lines
238 B
Kotlin
package eu.kanade.tachiyomi.extension.en.hentaiwebtoon
|
|
|
|
import eu.kanade.tachiyomi.annotations.Nsfw
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
|
|
@Nsfw
|
|
class HentaiWebtoon : Madara("HentaiWebtoon", "https://hentaiwebtoon.com", "en")
|