vpa / server /__init__.py
dipsubhro's picture
feat: add VPA server entrypoints
2b421eb
raw
history blame contribute delete
54 Bytes
from .app import app, main
__all__ = ["app", "main"]