From 4a05620653bddfd087fc631f402d82baee352d3e Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Feb 2022 13:41:58 -0600 Subject: Add requirements, force tests in specific dir Signed-off-by: Matt Strapp --- System/pendulum/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'System/pendulum/__init__.py') 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 -- cgit v1.2.3