Files
BanGUI/backend/app/helpers/__init__.py
Lukas 1e39e5a1d6 Refactor app helpers and use AppStateDep in config router
Move service-dependent helper wrappers from app.utils to app.helpers and update config router activation/rollback to use explicit AppState dependency.
2026-04-07 20:39:56 +02:00

7 lines
253 B
Python

"""Cross-service helpers and shared abstractions.
Modules in ``app.helpers`` are allowed to depend on the service layer when they
implement shared business logic used by multiple service modules. This keeps
``app.utils`` independent and low-level.
"""