mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
added some retro home class to do some retro home stuff
This commit is contained in:
parent
965475647b
commit
5606f3face
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
class RetroHomeValidator(filepath):
|
||||
def __init__(self):
|
||||
|
||||
class RetroHomeValidator():
|
||||
def __init__(self, file_path):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue