mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 14:23:55 +00:00
* feat: (wip) torrent credit to kuukiyomi * fix: extensions -> addons * fix: unified loader * feat: (wip) modularity * fix: addon ui * feat: addon install/uninstall --------- Co-authored-by: aayush262 <aayushthakur262006@gmail.com>
8 lines
103 B
Kotlin
8 lines
103 B
Kotlin
package ani.dantotsu.addons
|
|
|
|
abstract class LoadResult {
|
|
|
|
abstract class Success : LoadResult()
|
|
|
|
|
|
} |