def read_env_file()

in sagemaker_image_builder/utils.py [0:0]


def read_env_file(file_path) -> RequirementsSpec:
    return RequirementsSpec(filename=file_path)