Differential Revision: D90237984 fbshipit-source-id: 526fd760f303bf31be4f743bdcd77760496de0de
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"]
|