7 lines
156 B
Python
7 lines
156 B
Python
"""FastAPI Vue integration - serve Vue frontend from FastAPI."""
|
|
|
|
from .environ import env
|
|
from .staticfiles import Frontend
|
|
|
|
__all__ = ["Frontend", "env"]
|