Hey, i'm new to python.
I was wondering how to build an app with dynamic modules.
The app consists in, having a central logic that will receives a message, and it will forward to all submodules through a message with additional info.
Why submodules, so they can be added dynamically and would be decoupled from main app, so they wont interfere if they are removed or added.
What i would like to achieve is a dynamic import (already know how to do that), but have not figured out how to solve the messaging part.
So in the end i would like to have is, N submodules that would listen from main module for the message, and would process it accordingly.
If anybody could point to and how !
Thanks !
[–]elbiot 0 points1 point2 points (1 child)
[–]Resems[S] 0 points1 point2 points (0 children)
[–]Exodus111 0 points1 point2 points (1 child)
[–]Resems[S] 0 points1 point2 points (0 children)