Spaces:
Running
on
Zero
Running
on
Zero
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 |