package dal
import (
"gitea.timerzz.com/kedaya_haitao/pusher/biz/dal/postgres"
)
func Init() {
postgres.Init()
}