aozhiwei 4b2eca9989 1
2023-12-02 13:17:38 +08:00

10 lines
80 B
Go

package main
import (
"main/initialize"
)
func main() {
initialize.Init()
}