initial commit

This commit is contained in:
2026-01-31 22:34:57 +09:00
commit f1301de543
875 changed files with 196598 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
from .base import BaseTool
from module import singleton
import pandas as pd
import urllib.request
import ssl
import zipfile
import os
@singleton
class DomesticFutureOptionTool(BaseTool):
@property
def tool_name(self) -> str:
return "domestic_futureoption"