uerrno: add uerrno module stubs and docs

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 0eb0e160e9
commit 0865a58632
5 changed files with 75 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ classifiers = [
packages = [
{ include = "pybricks", from = "src" },
{ include = "micropython", from = "src" },
{ include = "uerrno", from = "src" },
]
[tool.poetry.dependencies]