bev-project/mmdet3d/ops/ball_query/__init__.py

4 lines
61 B
Python
Raw Permalink Normal View History

2022-06-03 12:21:18 +08:00
from .ball_query import ball_query
__all__ = ["ball_query"]