package main

import (
	"dysy/routers"
	"fmt"
)

func main() {
	fmt.Println("hello")
	routers.InitRouter()
}