Python CLI Package: Protocol scaffolding for Kernel, Device, Direct, Babel and RAdv

This choice comes from my own local setup where I use exactly these protocols.
Other protocols will be added later.
This commit is contained in:
Maria Matejka
2023-05-23 13:44:48 +02:00
parent 7dcfad4085
commit 04f96b6705
8 changed files with 120 additions and 2 deletions
+3
View File
@@ -9,4 +9,7 @@ async def main():
await b.status.update()
print(b.status)
await b.protocols.update()
print(b.protocols)
asyncio.run(main())