backend/internal/system/box.go

8 lines
100 B
Go

package system
import "git.tebibyte.media/tomo/tomo"
func (this *System) NewBox () tomo.Box {
}