aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-21 03:45:49 +0000
committerAlex Schofield <git@ajschof.me>2025-02-21 03:45:49 +0000
commit39a6f4d74c77aef58cccbe53c7ea9fb015507bc3 (patch)
tree0762c0db59a8ec3d35b7468fc018ee34aa9650c1 /cli.py
parent83090da692960099562d69e7c9e6aa627c28265d (diff)
downloadgdpr-obfuscator-39a6f4d74c77aef58cccbe53c7ea9fb015507bc3.tar.gz
gdpr-obfuscator-39a6f4d74c77aef58cccbe53c7ea9fb015507bc3.zip
add untested disclaimer for cli.py
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 3b64338..e732219 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():
git.ajschof.me — hosted by ajschofield — powered by cgit