a template of stable-diffusion-webui extension for understand and develop quickly
├── install.py (optional)
└── scripts
├── ${extension_name}.py
... (if extension need module division)
see scripts/template.py
see scripts/template_on_tab.py
see scripts/template_on_settings.py