[doc] update docs/dev/plugins.rst

This commit is contained in:
Alexandre Flament 2021-09-09 11:23:57 +02:00
parent b941763e20
commit 0b27c8698f
4 changed files with 89 additions and 18 deletions

View file

@ -4,6 +4,7 @@ import typing
class EngineRef:
"""Reference by names to an engine and category"""
__slots__ = 'name', 'category'