Fix imports

This commit is contained in:
Konstantin Lampalzer 2021-01-15 18:31:59 +01:00
parent a4905a862e
commit cc79b8f2b0
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
from compLIB import *
class Motor(object):
@staticmethod

View file

@ -1,4 +1,4 @@
from PCA9685 import PCA9685
from compLIB.PCA9685 import PCA9685
__version__ = "0.0.1"