[vis] remove init

This commit is contained in:
shuaiqing 2021-06-12 15:58:39 +08:00
parent 6c8d277c9e
commit b99c42dc9d

View File

@ -4,7 +4,4 @@
@ LastEditors: Qing Shuai
@ LastEditTime: 2021-05-27 21:09:08
@ FilePath: /EasyMocapRelease/easymocap/visualize/__init__.py
'''
from .renderer import Renderer
from .geometry import create_cameras
from .geometry import create_mesh_pyrender
'''