mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 22:40:48 -05:00
4 lines
49 B
Python
4 lines
49 B
Python
from pathlib import Path
|
|
|
|
(Path("") / "").open()
|