lbc/main.go
2025-08-02 11:50:53 +03:00

9 lines
68 B
Go

package main
import (
"lbc/cli"
)
func main() {
cli.Execute()
}