urandom: add stubs and docs for urandom module

Issue: https://github.com/pybricks/support/issues/236
This commit is contained in:
David Lechner
2021-07-14 09:41:30 +02:00
committed by laurensvalk
parent 532639b820
commit f828d11f40
5 changed files with 123 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ packages = [
{ include = "micropython", from = "src" },
{ include = "uerrno", from = "src" },
{ include = "uio", from = "src" },
{ include = "urandom", from = "src" },
]
[tool.poetry.dependencies]