package BinaryAssets

import (
	LM "github.com/SommerEngineering/Ocean/Log/Meta"
)

var (
	senderName LM.Sender = `System::BinaryAssets` // This is the name for logging event from this package
)