package main
import (
"Web/src/main/project"
)
func main() {
project.OpenDB()
project.Api()
select {}
}