From 030d5f7577fde3946b54c93f4fefcd748427afa3 Mon Sep 17 00:00:00 2001 From: bloombar Date: Sat, 25 Nov 2023 10:24:22 -0500 Subject: [PATCH] foo bar nonsense --- machine-learning-client/foo.py | 1 + web-app/bar.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 machine-learning-client/foo.py create mode 100644 web-app/bar.py diff --git a/machine-learning-client/foo.py b/machine-learning-client/foo.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/machine-learning-client/foo.py @@ -0,0 +1 @@ +print("hello world") diff --git a/web-app/bar.py b/web-app/bar.py new file mode 100644 index 0000000..4459c9e --- /dev/null +++ b/web-app/bar.py @@ -0,0 +1,2 @@ +x = 5 +print(x)