#!/usr/bin/env python3
import pathlib

print(pathlib.Path(__file__).resolve().parent)
