6 lines
86 B
Python
6 lines
86 B
Python
"""Module API FastAPI."""
|
|
|
|
from pricewatch.app.api.main import app
|
|
|
|
__all__ = ["app"]
|