forked from sagnik/Velocity-OS
fix: Backend added along with missing pages
This commit is contained in:
6
core/backend/__init__.py
Normal file
6
core/backend/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""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.
|
||||
"""
|
||||
Reference in New Issue
Block a user