mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
3b0ca71602
Former-commit-id: ac930b6af9c664da4382e97722fed11a70bb2c99
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 |