Spaces:
Sleeping
Sleeping
Create ingest/export.py
Browse files- ingest/export.py +3 -0
ingest/export.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
def export_journalist_zip(rows):
|
| 2 |
+
# HF-safe stub (real ZIP logic can be added)
|
| 3 |
+
return "Journalist ZIP export prepared (documents + citations)"
|