Files
sam-3d-objects/sam3d_objects/__init__.py
Pierre Gleize d8bcfa869b Initial commit
2025-11-19 15:11:08 +00:00

7 lines
190 B
Python

# Copyright (c) Meta Platforms, Inc. and affiliates.
import os
# Allow skipping initialization for lightweight tools
if not os.environ.get('LIDRA_SKIP_INIT'):
import sam3d_objects.init