package none import ( adapter "grim/adapters" ) func Init() *adapter.Adapter { return &adapter.Adapter{} }