Skip to content

Commit 96618dc

Browse files
committed
Add Method to __init__
1 parent f9fece6 commit 96618dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyflowlauncher/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from .plugin import Plugin, ResultResponse
66
from .result import JsonRPCAction, Result, send_results
7+
from .method import Method
78

89
log_level = os.environ.get("FLOW_LAUNCHER_API_LOG_LEVEL", "INFO")
910

0 commit comments

Comments
 (0)