Skip to content

Instantly share code, notes, and snippets.

@SatyrDiamond
SatyrDiamond / plugin_architecture.md
Created August 28, 2022 23:39 — forked from dorneanu/plugin_architecture.md
Python: Implement basic plugin architecture with Python and importlib

Implementing a basic plugin architecture shouldn't be a complicated task. The solution described here is working but you still have to import every plugin (inheriting from the base class).

This is my solution:

Basic project structure

$ tree