synapsecns/sanguine

View on GitHub
tools/doc.go

Summary

Maintainability
A
0 mins
Test Coverage
// Package tools is used so this package can be imported from other libs without an import error
package tools

// Importable is a struct used for importing tools.
type Importable struct {
}