mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
6 lines
149 B
Python
6 lines
149 B
Python
from crc.api.file import get_document_directory
|
|
|
|
|
|
def render_files(study_id,irb_codes):
|
|
files = get_document_directory(study_id)
|
|
print(files) |