Get Common Paths

Get common paths in a command

from pathlib import Path

cwd = Path.cwd()
home = Path.home()