Enhancing comments, adding stub for business logic

This commit is contained in:
Pascal Scheiben
2025-09-18 12:09:33 +02:00
committed by Magel, Denis
parent 1a4e2ff688
commit ab52169987

View File

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