gitextract_vhd1pua0/ ├── .gitignore ├── .travis.yml ├── AUTHORS.md ├── LICENSE ├── MANIFEST.in ├── README.md ├── requirements.txt ├── setup.py └── wad/ ├── __init__.py ├── __main__.py ├── clues.py ├── detection.py ├── etc/ │ ├── README.md │ ├── apps.json │ └── apps.json.other ├── group.py ├── output.py ├── tests/ │ ├── __init__.py │ ├── data/ │ │ ├── __init__.py │ │ └── data_test_wad.py │ ├── test_clues.py │ ├── test_detection.py │ ├── test_group.py │ └── test_output.py └── tools.py