Update tools/financial_tools.py
Browse files- tools/financial_tools.py +1 -1
tools/financial_tools.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from typing import Optional
|
| 2 |
-
from engineconomics import time_value
|
| 3 |
from langchain.tools import tool
|
| 4 |
|
| 5 |
tv = time_value()
|
|
|
|
| 1 |
from typing import Optional
|
| 2 |
+
from .engineconomics import time_value
|
| 3 |
from langchain.tools import tool
|
| 4 |
|
| 5 |
tv = time_value()
|