From 39a6f4d74c77aef58cccbe53c7ea9fb015507bc3 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 21 Feb 2025 03:45:49 +0000 Subject: add untested disclaimer for cli.py --- cli.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli.py') 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(): -- cgit v1.2.3