From 5606f3face7dcedf4974926b93bda9e66509c51b Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 3 Mar 2025 14:42:58 +0000 Subject: [PATCH] added some retro home class to do some retro home stuff --- etl/src/etl/main.py | 1 + etl/src/etl/validator/retrohome.py | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etl/src/etl/main.py b/etl/src/etl/main.py index cc0f1a4..d490a6f 100644 --- a/etl/src/etl/main.py +++ b/etl/src/etl/main.py @@ -25,4 +25,5 @@ print("hello world ") # Read file from local file path directory # proof of concept of some validator # proof of concept of something i do with a particular flie +# the important file at the moment is "Pre site notes" # ask khalim how sharepoint is going \ No newline at end of file diff --git a/etl/src/etl/validator/retrohome.py b/etl/src/etl/validator/retrohome.py index 40d1729..e814361 100644 --- a/etl/src/etl/validator/retrohome.py +++ b/etl/src/etl/validator/retrohome.py @@ -1,5 +1,6 @@ -class RetroHomeValidator(filepath): - def __init__(self): + +class RetroHomeValidator(): + def __init__(self, file_path): pass