initial commit
This commit is contained in:
10
한국투자증권(API)/MCP/Kis Trading MCP/tools/domestic_bond.py
Normal file
10
한국투자증권(API)/MCP/Kis Trading MCP/tools/domestic_bond.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .base import BaseTool
|
||||
from module import singleton
|
||||
|
||||
|
||||
@singleton
|
||||
class DomesticBondTool(BaseTool):
|
||||
@property
|
||||
def tool_name(self) -> str:
|
||||
return "domestic_bond"
|
||||
|
||||
Reference in New Issue
Block a user