#!/usr/bin/env python3
# PYTHON_ARGCOMPLETE_OK

import os
import sys
import time

from pathlib import Path


os.environ['EZAZ_START_TIMESTAMP'] = str(time.perf_counter())

sys.path.append(str(Path(__file__).resolve(strict=True).parent.parent))

import ezaz.__main__
