mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 18:40:57 -07:00
docs: add summary docstrings to all python scripts explaining their purpose
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Purpose: Exports analyzed JSON issue data into a human-readable CSV format.
|
||||
This is typically the final step in the workflow, making the output suitable for sharing, spreadsheet import, or manual review.
|
||||
"""
|
||||
import json
|
||||
import csv
|
||||
from datetime import datetime
|
||||
|
||||
Reference in New Issue
Block a user