"""Module API FastAPI.""" from pricewatch.app.api.main import app __all__ = ["app"]