backend/internal/system/containerbox.go

8 lines
117 B
Go
Raw Normal View History

2024-06-01 14:39:14 -06:00
package system
import "git.tebibyte.media/tomo/tomo"
func (this *System) NewContainerBox () tomo.ContainerBox {
}