Reorganize the module structure of the logic package.
Closed this issue · 1 comments
jonahschueller commented
Currently the project structure is not very comfortable to use.
Meaning every algorithm has to be imported on their own.
Convert the file structure so that the algorithms can be used in a way like:
from src.components.logic.relationships import *
jonahschueller commented