Files
Velocity-OS/core/backend/routers/__init__.py

4 lines
104 B
Python

from pathlib import Path
__path__ = [str(Path(__file__).resolve().parents[2] / "routers" / "routers")]