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