aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-14 12:25:41 +0000
committerAlex Schofield <git@ajschof.me>2025-02-14 12:25:41 +0000
commit6ad17315d1d6a174b9ba7c597947e211ee87f40f (patch)
treee1cd5c4ab52cf78a12efe757e9dfbb1f7c0a5958 /cli.py
parenta16fd48f1e87e9b101250aba532ec81de813e260 (diff)
downloadgdpr-obfuscator-6ad17315d1d6a174b9ba7c597947e211ee87f40f.tar.gz
gdpr-obfuscator-6ad17315d1d6a174b9ba7c597947e211ee87f40f.zip
add separate functions for reading locally and from s3 bucket
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 81114d2..0bbaf89 100644
--- a/cli.py
+++ b/cli.py
@@ -1,5 +1,5 @@
import argparse
-from obfuscator.csv_reader import read
+from obfuscator.csv_reader import read_local, read_s3
def main():
parser = argparse.ArgumentParser(description="gdpr-obfuscator")
git.ajschof.me — hosted by ajschofield — powered by cgit