mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 11:37:51 +02:00
7 lines
97 B
Kotlin
Executable File
7 lines
97 B
Kotlin
Executable File
package exh.search
|
|
|
|
open class QueryComponent {
|
|
var excluded = false
|
|
var exact = false
|
|
}
|