package helpers

import 

// Check if UUID is valid
func ( string) bool {
	,  := uuid.Parse()
	return  == nil
}