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