#!/usr/bin/python3 import sys from os.path import dirname, realpath p = dirname(realpath(__file__)) sys.path.append(p) import mjtest.cli