added some retro home class to do some retro home stuff

This commit is contained in:
Jun-te Kim 2025-03-03 14:42:58 +00:00
parent 965475647b
commit 5606f3face
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
class RetroHomeValidator(filepath):
def __init__(self):
class RetroHomeValidator():
def __init__(self, file_path):
pass