fix: Backend added along with missing pages

This commit is contained in:
2026-05-01 14:42:42 +05:30
parent effd19531a
commit 70ef8578d0
60 changed files with 25045 additions and 30 deletions

View File

@@ -0,0 +1,3 @@
from pathlib import Path
__path__ = [str(Path(__file__).resolve().parents[2] / "api" / "api")]