uuid
uuid copied to clipboard
Is there a method to generate empty UUID v4?
Hi! I noticed there is a uuid.Nil for UUID v1 but no uuid.Nil (for example uuid.Nil4) for UUID v4 could be useful adding this method to the library? (I could also make a PR)