diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-12 01:49:24 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-12 01:50:00 +0000 |
| commit | a5696fe5939119d091117b0d81976ac1dd708692 (patch) | |
| tree | 5ca9610652d52e7c77cbb3fb290bead4702b97b9 /src | |
| parent | ecadaaf8d0d0f22b3ff24fa5fd99845da262d2af (diff) | |
| download | gdpr-obfuscator-a5696fe5939119d091117b0d81976ac1dd708692.tar.gz gdpr-obfuscator-a5696fe5939119d091117b0d81976ac1dd708692.zip | |
add logging & move main.py to project root
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.py b/src/main.py deleted file mode 100644 index 23afc66..0000000 --- a/src/main.py +++ /dev/null @@ -1,8 +0,0 @@ -import csv -from io import StringIO -from typing import List, Dict - -def csv_reader(content: str) -> List[Dict[str, str]]: - f = StringIO(content) - reader = csv.DictReader(f) - return list(reader) |
