Skip to content

Commit c67d1c4

Browse files
committed
Provide __all__ variable in ev3dev/__init__.py
See https://docs.python.org/2/tutorial/modules.html#importing-from-a-package
1 parent 3e79d91 commit c67d1c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ev3dev/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
__all__ = ['ev3dev']
12
from ev3dev import *

0 commit comments

Comments
 (0)