Skip to content

Commit 8ac8dc1

Browse files
author
Norbert Kozlowski
committed
ACS accessible from module
1 parent 4244f17 commit 8ac8dc1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ coverage:
88
rm .coverage
99
pep8:
1010
find . -name \*.py -exec pep8 --ignore=E129,E222,E402 {} +
11-
notebook:
12-
jupyter notebook

alcs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from .Perception import Perception
2+
from .acs2.ACS2 import ACS2

0 commit comments

Comments
 (0)