mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2025-09-08 17:59:23 +00:00
start of implementation
This commit is contained in:
9
src/main/kotlin/models/Config.kt
Normal file
9
src/main/kotlin/models/Config.kt
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class Config(
|
||||
val token: String,
|
||||
val database: DatabaseConfig
|
||||
)
|
Reference in New Issue
Block a user