package gctscript import ( "github.com/thrasher-corp/gocryptotrader/gctscript/modules" "github.com/thrasher-corp/gocryptotrader/gctscript/wrappers/gct" ) // Setup configures the wrapper interface to use func Setup() { modules.SetModuleWrapper(gct.Setup()) }