forked from sagnik/Velocity-OS
fix: Backend added along with missing pages
This commit is contained in:
4
core/backend/db/__init__.py
Normal file
4
core/backend/db/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pathlib import Path
|
||||
|
||||
_core_db_root = Path(__file__).resolve().parents[2] / "db"
|
||||
__path__ = [str(_core_db_root / "db"), str(_core_db_root)]
|
||||
Reference in New Issue
Block a user