chore: remove empty dir

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-20 16:29:14 +01:00
parent 20030429e7
commit 9595619b9f
No known key found for this signature in database

View file

@ -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.
"""