forked from sagnik/Velocity-OS
4 lines
98 B
Python
4 lines
98 B
Python
from pathlib import Path
|
|
|
|
__path__ = [str(Path(__file__).resolve().parents[2] / "auth" / "auth")]
|