10 lines
200 B
Python
10 lines
200 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved
|
|
|
|
# pyre-unsafe
|
|
|
|
from .model_builder import build_sam3_image_model
|
|
|
|
__version__ = "0.1.0"
|
|
|
|
__all__ = ["build_sam3_image_model"]
|