PATH:
lib
/
python3.6
/
site-packages
/
nftables
{ "$schema": "http://json-schema.org/schema#", "description": "libnftables JSON API schema", "type": "object", "properties": { "nftables": { "type": "array", "minitems": 0, "items": { "type": "object" } } }, "required": [ "nftables" ] }
[-] nftables.py
[edit]
[-] schema.json
[edit]
[-] __init__.py
[edit]
[+]
..
[+]
__pycache__