rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Refactor the module tools #77

Closed rcasteran closed 1 year ago

rcasteran commented 1 year ago

Is your feature request related to a problem? Please describe. There is a circular initialization between the module jarvis and the the module tools:

MagicTools class is defined in the file init.py of the module tools, and not in a dedicated Python file

Describe the solution you'd like Refactor the module tools and move the definition of the function get_hyperlink from the module jarvis to the module tool

Describe alternatives you've considered None

Additional context None