2025-05-03 13:40:27 +10:00

10 lines
97 B
Go

package main
import (
"bilinovel-downloader/cmd"
)
func main() {
_ = cmd.RootCmd.Execute()
}