mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
9 lines
192 B
Kotlin
9 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
|