backend/internal/system/box.go

8 lines
100 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) NewBox () tomo.Box {
}