mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
4 lines
71 B
Python
4 lines
71 B
Python
from . import BaseExecutor
|
|
|
|
class ShellExecutor(BaseExecutor):
|
|
pass |