#!/usr/bin/env python3
import sys
import pathlib

sys.path.append(
    str(pathlib.Path.cwd())
)

import _m
_m.run()