package rename

This commit is contained in:
nquidox 2025-12-20 16:05:56 +03:00
parent feb7d770e6
commit 4ec69fcc08
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +0,0 @@
package network
type Network struct{}
func NewHandler() *Network {
return &Network{}
}