# W.A.Python program to accept principal amount,rate of interest and time in year, then calculatemSimple Interest and Compound Interest.
GBDT_MODEL_PATH: str = os.getenv("GBDT_MODEL_PATH", "models/gbdt_model.pkl") LR_MODEL_PATH: str = os.getenv("LR_MODEL_PATH", "models/lr_model.pkl") SCALER_PATH: str ...