4 lines
134 B
Python
4 lines
134 B
Python
# contains the business logic for the aggregate service
|
|
async def example_service() -> str:
|
|
return "This is an aggregate service"
|