diff --git a/src/cli.py b/src/cli.py index a2a9847..e525faa 100644 --- a/src/cli.py +++ b/src/cli.py @@ -58,6 +58,10 @@ def parse_args(): def main(): + print("Ding Dong, who's there?\n" + "— Open Source\n" + "Open Source who?\n" + "Free to use, pay with your time.\n") args = parse_args() args.func(args)