__init__.py
python
sha256:cf6265cea8c21d9228d90dec13ef6ec2dab5103d466db9cc4590681832de4bf8
docs(KD-STAGING): sync governance after KD-6b DONE
Human
13 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:cf6265cea8c21d9228d90dec13ef6ec2dab5103d466db9cc4590681832de4bf8
docs(KD-STAGING): sync governance after KD-6b DONE
Human
13 days ago