package protocols
import "github.com/spf13/viper"
func Init(config *viper.Viper) error {
return nil
}