Imports inst/python/ebisg_helper.py as a private module via
reticulate::import_from_path() and caches the module object on
.ebisg_env. Using import_from_path keeps the helper's symbols
encapsulated rather than dumping them into Python's global namespace
as source_python would.