mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
8 lines
192 B
Kotlin
8 lines
192 B
Kotlin
package eu.kanade.tachiyomi.source
|
|
|
|
/**
|
|
* A source that explicitly doesn't require traffic considerations.
|
|
*
|
|
* This typically applies for self-hosted sources.
|
|
*/
|
|
interface UnmeteredSource
|