Enhancing comments, adding stub for business logic

This commit is contained in:
Pascal Scheiben
2025-09-18 12:09:33 +02:00
parent 3d15b89b95
commit 2fb893df90

View File

@@ -1,3 +1,2 @@
# contains the business logic for the config service
async def save_config() -> None:
...
async def save_config() -> None: ...