aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli.py b/cli.py
index 99742a3..6c71c51 100644
--- a/cli.py
+++ b/cli.py
@@ -1,6 +1,9 @@
import argparse
from gdpr_obfuscator import Obfuscator
+# This is a simple CLI for demonstration and doesn't undergo the same level
+# of testing as the core library.
+
def main():
parser = argparse.ArgumentParser(
git.ajschof.me — hosted by ajschofield — powered by cgit