__init__.py
python
sha256:0e3697f29ae6c62f39818a19861d4db6276465de16481fadf866eb93cbf4aae4
test: validate staging push and MP workflow for aaronrene
Human
18 days ago
| 1 | """Scaffold plugin — copy-paste template for new Muse domain plugins. |
| 2 | |
| 3 | Copy this directory to ``muse/plugins/<your_domain>/``, rename the class |
| 4 | to ``<YourDomain>Plugin``, and implement every method that currently raises |
| 5 | ``NotImplementedError``. Then register the plugin in ``muse/plugins/registry.py``. |
| 6 | |
| 7 | See ``docs/guide/plugin-authoring-guide.md`` for a complete walkthrough. |
| 8 | """ |
File History
1 commit
sha256:0e3697f29ae6c62f39818a19861d4db6276465de16481fadf866eb93cbf4aae4
test: validate staging push and MP workflow for aaronrene
Human
18 days ago