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

4 lines
70 B
Python
Raw Normal View History

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