strax
strax copied to clipboard
No safe guard for mimicking plugin
If plugins A and B have the same __version__
, depends_on
, provides
, and self.__class__.__name__
, they will have the same lineage. We currently have no method to prevent this.