diff --git a/src/llama_stack/core/server/routers/__init__.py b/src/llama_stack/core/server/routers/__init__.py deleted file mode 100644 index 213cb75c8..000000000 --- a/src/llama_stack/core/server/routers/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -# 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. - -"""FastAPI router implementations for server endpoints. - -This package contains FastAPI router implementations that define the HTTP -endpoints for each API. The API contracts (protocols and models) are defined -in llama_stack_api, while the server routing implementation lives here. -"""