mirror of
https://git.liacs.nl/s1704362/testing123.git
synced 2025-06-28 16:53:14 +02:00
5 lines
72 B
Python
5 lines
72 B
Python
from pathlib import Path
|
|
|
|
# Create a Path object
|
|
path = Path("main.py")
|