com.blr19c.falowp.bot.system.adapter.qq.QQApplication.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of falowp-bot-system Show documentation
Show all versions of falowp-bot-system Show documentation
FalowpBot system infrastructure
package com.blr19c.falowp.bot.system.adapter.qq
import com.blr19c.falowp.bot.system.adapter.qq.web.QQWebSocket
object QQApplication {
suspend fun configure() {
QQWebSocket.configure()
}
}