1
0
mirror of https://github.com/Damillora/phoebe.git synced 2025-04-17 12:13:13 +00:00

11 lines
112 B
Go

package main
import (
"github.com/Damillora/phoebe/pkg/app"
)
func main() {
app.Initialize()
app.Start()
}