llama-stack-mirror/llama_stack/distribution/store/__init__.py
Dinesh Yeduguru 63f45c1e27 linter fixes
2024-11-04 09:37:23 -08:00

9 lines
273 B
Python

# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from .registry import DiskRegistry, Registry
REGISTRY: Registry = None