admin-dashboard-backend/groupTasks/groups/rex-robots/test.py

11 lines
223 B
Python

import sys
import os
# add the path to the libs folder
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
from libs.robots import rex
rexRobot = rex.Rex("rexRobot")
rexRobot.move(1, 2, 3)