We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e646fe + 8e97727 commit 2d04ec6Copy full SHA for 2d04ec6
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
@@ -1,10 +1,8 @@
1
import logging
2
import threading
3
import time
4
-
5
-from serial import Serial
6
-from common import *
7
import struct
+from serial import Serial
8
9
10
class CommandGenre(object):
0 commit comments