Files
KisStock0/한국투자증권(API)/MCP/Kis Trading MCP/tools/auth.py
2026-02-04 00:16:34 +09:00

10 lines
163 B
Python

from .base import BaseTool
from module import singleton
@singleton
class AuthTool(BaseTool):
@property
def tool_name(self) -> str:
return "auth"