package common

import "dbweb/core"

func init() {
	core.RegisterFun("login", new(Login), "_layout/blank")
	core.RegisterFun("switchdept", new(SwitchDept))
}
