aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-12 01:49:24 +0000
committerAlex Schofield <git@ajschof.me>2025-02-12 01:50:00 +0000
commita5696fe5939119d091117b0d81976ac1dd708692 (patch)
tree5ca9610652d52e7c77cbb3fb290bead4702b97b9 /src/main.py
parentecadaaf8d0d0f22b3ff24fa5fd99845da262d2af (diff)
downloadgdpr-obfuscator-a5696fe5939119d091117b0d81976ac1dd708692.tar.gz
gdpr-obfuscator-a5696fe5939119d091117b0d81976ac1dd708692.zip
add logging & move main.py to project root
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py8
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)
git.ajschof.me — hosted by ajschofield — powered by cgit