
    import os
    os.system("uv pip install syft-objects")
    import syft_objects as so


    with open(os.getenv("OUTPUT_DIR")+"/hello.txt", "w") as file:
        file.write("BOOM!!!")

    with open(os.getenv("OUTPUT_DIR")+"/hello2.txt", "w") as file:
        file.write("dis me!!!")

    