vllm/vllm/server/__init__.py

4 lines
57 B
Python

from .launch import serve_http
__all__ = ["serve_http"]