mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
5 lines
85 B
Python
5 lines
85 B
Python
![]() |
from pathlib import Path
|
||
|
|
||
|
# root docs folder
|
||
|
docs_dir = Path(__file__).parent.parent
|