Files
phylum/server/cmd/phylum.go
2025-06-08 23:27:29 +05:30

10 lines
120 B
Go

package main
import (
"codeberg.org/shroff/phylum/server/internal/command"
)
func main() {
command.SetupCommand()
}