mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
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:
@@ -9,4 +9,7 @@ async def main():
|
||||
await b.status.update()
|
||||
print(b.status)
|
||||
|
||||
await b.protocols.update()
|
||||
print(b.protocols)
|
||||
|
||||
asyncio.run(main())
|
||||
|
||||
Reference in New Issue
Block a user