6 lines
124 B
Python
6 lines
124 B
Python
"""FastAPI Vue integration - serve Vue frontend from FastAPI."""
|
|
|
|
from .staticfiles import Frontend
|
|
|
|
__all__ = ["Frontend"]
|