cloudstream-extensions-arabic/FajerShowProvider/src/main/kotlin/com/fajershow/FajerShowPlugin.kt

11 lines
302 B
Kotlin
Raw Normal View History

2022-12-31 17:49:32 +00:00
package com.fajershow
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
import com.lagradost.cloudstream3.plugins.Plugin
import android.content.Context
@CloudstreamPlugin
class FajerShowPlugin: Plugin() {
override fun load(context: Context) {
registerMainAPI(FajerShow())
}
}