We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb08e9f commit 09f8cbbCopy full SHA for 09f8cbb
pymycobot/__init__.py
@@ -38,7 +38,7 @@
38
from pymycobot.pro400 import Pro400
39
from pymycobot.pro400client import Pro400Client
40
from pymycobot.myarmm_control import MyArmMControl
41
-from conveyor_api import ConveyorAPI
+from pymycobot.conveyor_api import ConveyorAPI
42
__all__ = [
43
"MyPalletizer260",
44
"MechArm270",
pymycobot/conveyor_api.py
@@ -3,7 +3,6 @@
3
import time
4
5
from serial import Serial
6
-from common import *
7
import struct
8
9
0 commit comments