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

Implemented initial fix to enable custom plugins #90

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

fernandodpr
Copy link
Contributor

The plugin loader was previously limited to loading only a predefined list of core plugins.

I added functionality to the load_plugins() function that allows it to load custom plugins from the custom_plugins directory. This includes dynamically importing each .py file in the directory, checking for the presence of a Plugin class, and then appending it to the plugins list if available.

@jeremiah-k jeremiah-k merged commit 6ccd7d6 into geoffwhittington:main Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants