File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44# This source code is licensed under the license found in the
55# LICENSE file in the root directory of this source tree.
66
7+ import importlib .metadata as importlib_metadata
8+
79from .falai_predictor import automask_image as automask_image
810from .falai_predictor import falai_automask_image as falai_automask_image
911from .falai_predictor import falai_manuelmask_image as falai_manuelmask_image
1315from .sam_predictor import SegAutoMaskPredictor as SegAutoMaskPredictor
1416from .sam_predictor import SegManualMaskPredictor as SegManualMaskPredictor
1517
16- import importlib .metadata as importlib_metadata
17-
1818try :
1919 # This will read version from pyproject.toml
2020 __version__ = importlib_metadata .version (__package__ or __name__ )
You can’t perform that action at this time.
0 commit comments