mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
12 lines
140 B
Python
12 lines
140 B
Python
|
|
|
|
class BaseRunner(object):
|
|
def __init__(self):
|
|
pass
|
|
|
|
def set_up(self):
|
|
pass
|
|
|
|
def tear_down(self):
|
|
pass
|