Moving example files back to its place
This commit is contained in:
3
src/example/service.py
Normal file
3
src/example/service.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# contains the business logic for the aggregate service
|
||||
async def example_service() -> str:
|
||||
return "This is an aggregate service"
|
||||
Reference in New Issue
Block a user