package server import ( "gitea.micah.com/micah/standard/server/hertz" ) func Run() { hertz.Run() }