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