#!/usr/bin/env python3

from pathlib import Path

print(Path(__file__).resolve())
