7 lines
259 B
Python
7 lines
259 B
Python
"""Built-in plugin package.
|
|
|
|
This package is the primary home for bundled plugins. Each built-in plugin
|
|
should live in its own module or package under ``plugins/`` so it can also be
|
|
distributed as a drag-and-drop drop-in with any sibling assets it needs.
|
|
"""
|