mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-04 02:31:14 -06:00
10 lines
120 B
Go
10 lines
120 B
Go
package main
|
|
|
|
import (
|
|
"codeberg.org/shroff/phylum/server/internal/command"
|
|
)
|
|
|
|
func main() {
|
|
command.SetupCommand()
|
|
}
|