Files
Velocity-OS/core/backend/__init__.py

7 lines
297 B
Python

"""Compatibility package for Velocity-OS backend imports.
Velocity-OS keeps the simplified source layout (`api/api`, `auth/auth`, etc.)
but most copied production modules still import `backend.*`. These path shims
preserve the stable import contract without duplicating implementation files.
"""