blitz_api/app/setup
fusion44 2b98912796 feat: replace call_script func with better func
use exec_bash_command instead

refs #123
2025-05-06 09:16:46 +02:00
..
impl feat: replace call_script func with better func 2025-05-06 09:16:46 +02:00
__init__.py refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
README.md refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
router.py feat: make config loading more flexible 2025-03-23 17:43:39 +01:00

Setup

Since the setup is not highly specific to the underlying platform, we don't provide an abstraction to it like in the other parts of the framework. Instead, the platform implementation itself should provide a router that is simply attached to the main router in main.py by the API.