Skip to content

Modularize Widget Imports#48

Open
b-dugan wants to merge 2 commits into
RAIRLab:mainfrom
b-dugan:main
Open

Modularize Widget Imports#48
b-dugan wants to merge 2 commits into
RAIRLab:mainfrom
b-dugan:main

Conversation

@b-dugan
Copy link
Copy Markdown
Collaborator

@b-dugan b-dugan commented May 10, 2026

Widget blueprint imports are now performed automatically as long as the files are nested in SMTPlugins

THIS ADDS TWO REQUIREMENTS FOR PLUGINS: They MUST implement a get_blueprint() method for the blueprint, and they MUST NOT use "from x import y"-- only "import y"

b-dugan added 2 commits May 10, 2026 18:50
Widget blueprint imports are now performed automatically as long as the files are nested in SMTPlugins

THIS ADDS TWO REQUIREMENTS FOR PLUGINS: They MUST implement a get_blueprint() method for the blueprint, and they MUST NOT use "from x import y"-- only
Not necessary
@b-dugan b-dugan linked an issue May 10, 2026 that may be closed by this pull request
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.

Modularize Widget Packages

1 participant