The following includes a refactor in making commune more open to outside repos. I will be adding additional tests and docs as well for more clarity.
Mainly when using commune we have a module tree that is used to map the simple names to the class import paths. This was updated periodically and does not adapt to new modules automatically. I want to move to a more pythonic experience where you can specify any file with a class in it instead of it being within the commune folder.
The following includes a refactor in making commune more open to outside repos. I will be adding additional tests and docs as well for more clarity.
Mainly when using commune we have a module tree that is used to map the simple names to the class import paths. This was updated periodically and does not adapt to new modules automatically. I want to move to a more pythonic experience where you can specify any file with a class in it instead of it being within the commune folder.