package src
import (
"context"
"errors"
)
func Main(ctx context.Context) error {
return errors.New("not impl")
}