diff options
Diffstat (limited to 'System/pendulum/__init__.py')
-rw-r--r-- | System/pendulum/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/System/pendulum/__init__.py b/System/pendulum/__init__.py index 510ffea..ceec4b6 100644 --- a/System/pendulum/__init__.py +++ b/System/pendulum/__init__.py @@ -1,3 +1,3 @@ +from .system import System from .motor import Motor -from system import System -from encoder import Encoder
\ No newline at end of file +from .encoder import Encoder
\ No newline at end of file |