Sample Plugin (Python)
Sample Plugin Python
Identifier: com.browzwear.samplepythonplugin
Version: 1.0.2
Type: python
Language: Python
File structure
├── plugin.json
├── README.md
├── lib/
│ └── .gitignore
└── src/
├── __init__.py
├── data.json
└── sample.py