mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-28 11:55:20 +00:00
6df2da5083
- Introduced a check in `load_service_from_path` to ensure the `local_services` module is created in `sys.modules` if it doesn't exist, facilitating proper relative and absolute imports for service plugins. - This enhancement improves the loading mechanism for local service plugins, ensuring smoother integration and functionality.