soil.finder
This module overrides Python's import system https://docs.python.org/3/library/importlib.html https://stackoverflow.com/a/43573798/3481480
#
Finder ObjectsCustom finder that uploads a module or data_structure to the cloud and if the module is not found locally it is downloaded from the cloud
#
find_specfind_spec implementation
#
CustomLoader ObjectsThis class runs modules and uploads them
#
create_moduleUse default module creation semantics
#
exec_moduleLoad code if necessary, upload it and run it.
#
installInserts the finder into the import machinery