From b3a327c7a000109fe2dccd4e33ff837c9be2dcef Mon Sep 17 00:00:00 2001 From: Wilco de Boer Date: Mon, 8 Jul 2024 17:08:14 +0200 Subject: [PATCH] add sample file --- main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..41a31da --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +from pathlib import Path + +# Create a Path object +path = Path("main.py")