//
// main.go
// Copyright (C) 2024 veypi <i@veypi.com>
// 2025-03-04 16:08:06
// Distributed under terms of the MIT license.
package main
import (
"github.com/veypi/vbase"
)
func main() {
panic(vbase.App.Run())
}