Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin system for Blueprints and Api #436

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 31, 2022

  1. Add plugin system for Blueprints and Api

    Introduces a plugin system to add functionality using composition
    instead of inheritance. This requires the plugin to be registered on the
    blueprint. See test_plugin.py for more details.
    Aesonus committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    0080f52 View commit details
    Browse the repository at this point in the history