import os import shutil def no_process_file(prompt, foldername): # implementation of no_process_file function pass def process_file(fileobj, prompt, foldername): # implementation of process_file function pass