Spaces:
Running
on
Zero
Running
on
Zero
File size: 226 Bytes
3d2aa58 |
1 2 3 4 5 6 7 8 9 10 |
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 |