mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 00:15:30 +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
|