update init file

This commit is contained in:
2023-03-18 15:55:32 +08:00
parent 6e9288c17e
commit f9e4aedb6f

3
__init__.py Normal file
View File

@ -0,0 +1,3 @@
from .model_info_2d import model_info_2d
__all__ = ["model_info_2d"]