TTP / opencd /evaluation /__init__.py
KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame contribute delete
102 Bytes
# Copyright (c) Open-CD. All rights reserved.
from .metrics import SCDMetric
__all__ = ['SCDMetric']