package constant

import (
	"github.com/1Panel-dev/1Panel/core/global"
)

var (
	DataDir = global.CONF.System.DataDir
)