package actions import ( "github.com/d3m0k1d/BanForge/internal/config" ) func RunScript(action config.Action) error { return nil }