Get the MRE api working #1
@ -14,6 +14,9 @@ TODO: Implement this.
|
|||||||
def compute_tic_fee(home_price: float) -> float:
|
def compute_tic_fee(home_price: float) -> float:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
'''
|
||||||
|
TODO: Implement this
|
||||||
|
'''
|
||||||
def compute_max_tic_fee(consumer_income: float,
|
def compute_max_tic_fee(consumer_income: float,
|
||||||
consumer_fico: int) -> float:
|
consumer_fico: int) -> float:
|
||||||
return None
|
return None
|
||||||
|
|||||||
@ -3,3 +3,4 @@ flask-restx==1.3.0
|
|||||||
pyopenssl==25.0.0
|
pyopenssl==25.0.0
|
||||||
werkzeug==3.1.3
|
werkzeug==3.1.3
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
|
pytest==8.3.5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user