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