diff --git a/etl/surveyPrice/surveyPrice.py b/etl/surveyPrice/surveyPrice.py index e69de29..3807c34 100644 --- a/etl/surveyPrice/surveyPrice.py +++ b/etl/surveyPrice/surveyPrice.py @@ -0,0 +1,12 @@ +class surveyPrice(): + """ + A class to work out all prices and uploads to sharepoint + """ + def __init__(self): + pass + + + +# Step one +# Make a copy of the rate card and work out each price matrix +# Make the price card downloadable as a single excelt sheet for viewing