initial commit

This commit is contained in:
2026-02-04 00:16:34 +09:00
commit ae11528dd9
867 changed files with 209640 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from .base import BaseTool
from module import singleton
@singleton
class OverseasFutureOptionTool(BaseTool):
@property
def tool_name(self) -> str:
return "overseas_futureoption"