initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user