mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
10 lines
122 B
Python
10 lines
122 B
Python
from __future__ import absolute_import
|
|
import pdb
|
|
import time
|
|
|
|
class Base(object):
|
|
pass
|
|
|
|
|
|
class Insert(Base):
|
|
pass |