Moving example files back to its place

This commit is contained in:
Pascal Scheiben
2025-09-18 10:39:36 +02:00
parent 615d290773
commit 73a42aae3b
6 changed files with 1 additions and 1 deletions

3
src/example/service.py Normal file
View File

@@ -0,0 +1,3 @@
# contains the business logic for the aggregate service
async def example_service() -> str:
return "This is an aggregate service"