cloudstream-extensions-arabic/EgyBestProvider/src/main/kotlin/com/egybest/EgyBestPlugin.kt

11 lines
296 B
Kotlin

package com.egybest
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
import com.lagradost.cloudstream3.plugins.Plugin
import android.content.Context
@CloudstreamPlugin
class EgyBestPlugin: Plugin() {
override fun load(context: Context) {
registerMainAPI(EgyBest())
}
}