0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-08 18:11:54 +00:00
bird/yang/json-cbor-yang

6 lines
99 B
Plaintext
Raw Normal View History

python3 -m venv venv
2023-11-15 11:31:42 +00:00
. venv/bin/activate
pip3 install yangson cbor
2023-11-15 11:31:42 +00:00
python3 json-cbor-yang.py "$@"