aboutsummaryrefslogtreecommitdiffstats
path: root/System/pendulum/__init__.py
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 13:41:58 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 13:41:58 -0600
commit4a05620653bddfd087fc631f402d82baee352d3e (patch)
tree625650ec085a807fcff04937e1abd92128794e28 /System/pendulum/__init__.py
parentUpdate submodules, again (diff)
downloadee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.gz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.bz2
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.lz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.xz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.zst
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.zip
Add requirements, force tests in specific dir
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'System/pendulum/__init__.py')
-rw-r--r--System/pendulum/__init__.py4
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