diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-14 12:25:41 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-14 12:25:41 +0000 |
| commit | 6ad17315d1d6a174b9ba7c597947e211ee87f40f (patch) | |
| tree | e1cd5c4ab52cf78a12efe757e9dfbb1f7c0a5958 /cli.py | |
| parent | a16fd48f1e87e9b101250aba532ec81de813e260 (diff) | |
| download | gdpr-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
