__init__.py 88 Bytes
Newer Older
1
# Copyright (c) OpenMMLab. All rights reserved.
2
3
4
from .knn import knn

__all__ = ['knn']