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