package devices

func init() {
	storers = append(storers, NewMemstore())
}
