wheelchairy 0fe28fc047 init
2025-02-04 15:49:54 +03:00

10 lines
70 B
Go

package main
import (
"train/cmd"
)
func main() {
cmd.Execute()
}