diff --git a/compLIB/Motor.py b/compLIB/Motor.py index af81479..ecd1d83 100644 --- a/compLIB/Motor.py +++ b/compLIB/Motor.py @@ -1,5 +1,6 @@ from compLIB import * + class Motor(object): @staticmethod diff --git a/compLIB/__init__.py b/compLIB/__init__.py index 747f4c9..405a9c4 100644 --- a/compLIB/__init__.py +++ b/compLIB/__init__.py @@ -1,4 +1,4 @@ -from PCA9685 import PCA9685 +from compLIB.PCA9685 import PCA9685 __version__ = "0.0.1"