Add File
This commit is contained in:
7
src/landppt/services/image/matching/__init__.py
Normal file
7
src/landppt/services/image/matching/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
图片智能匹配模块
|
||||
"""
|
||||
|
||||
from .image_matcher import ImageMatcher
|
||||
|
||||
__all__ = ['ImageMatcher']
|
||||
Reference in New Issue
Block a user