mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +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
|