morozovdd's picture
feat: add HyperView app for space
23680f2
"""FastAPI server for HyperView."""
from hyperview.server.app import create_app
__all__ = ["create_app"]