Rafał Szwedowski

Results 1 comments of Rafał Szwedowski

I've found that I can enable specific augmentations one by one. Example below: ``` from pyang.statements import add_copy_augment_keyword add_copy_augment_keyword(('model', 'extension-name')) ```