__init__.py python
8 lines 384 B
Raw
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 33 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 2 commits
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 33 days ago
sha256:d8316ffae901be06347e16ab55be11868eb519dd16ade3e8aa16a99e662f7e62 baseline: rc14 re-baseline after rc3 store corruption recovery Human patch 33 days ago