forked from sagnik/Velocity-OS
7 lines
297 B
Python
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.
|
|
"""
|