import sys import os thisdir = os.path.dirname(os.path.abspath(__file__)) sys.path.append(thisdir) import ev3 import message import direct_command import system_command import async