@ -0,0 +1,13 @@
import subprocess
def main():
# run "python generate-manifest.py deps.txt"
subprocess.run(["python", "generate-manifest.py", "deps.txt"])
# run "package.py"
subprocess.run(["python", "package.py"])
if __name__ == "__main__":
main()
The note is not visible to the blocked user.