cs3xxx-repo/GoodPorn/src/main/kotlin/com/KillerDogeEmpire/GoodPornProvider.kt

14 lines
452 B
Kotlin

package com.KillerDogeEmpire
import android.content.Context
import com.KillerDogeEmpire.GoodPorn
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
import com.lagradost.cloudstream3.plugins.Plugin
@CloudstreamPlugin
class GoodPornProvider : Plugin() {
override fun load(context: Context) {
// All providers should be added in this manner. Please don't edit the providers list directly.
registerMainAPI(GoodPorn())
}
}