mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-06 21:12:49 +08:00
8 lines
102 B
Go
8 lines
102 B
Go
package kuwo
|
|
|
|
import "miaosic"
|
|
|
|
func init() {
|
|
miaosic.RegisterProvider(NewKuwo(miaosic.Requester))
|
|
}
|