Files
home-automation-backend/src/helper/poo_recorder_helper/main.go

12 lines
165 B
Go
Raw Normal View History

2024-09-10 10:08:12 +02:00
/*
Copyright © 2024 Tianyu Liu
*/
package main
import "github.com/t-liu93/home-automation-backend/helper/poo_recorder_helper/cmd"
func main() {
cmd.Execute()
}