TTP / opencd /apis /__init__.py
KyanChen's picture
Upload 1861 files
3b96cb1
# Copyright (c) Open-CD. All rights reserved.
from .opencd_inferencer import OpenCDInferencer
__all__ = ['OpenCDInferencer']