Adding example files

This commit is contained in:
Pascal Scheiben
2025-09-18 08:39:47 +02:00
parent 04054f181e
commit bcc2bc9678
6 changed files with 24 additions and 1 deletions

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

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