We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea68261 + 627f488 commit d8a302cCopy full SHA for d8a302c
1 file changed
src/devman/commands/__init__.py
@@ -1,11 +1,11 @@
1
"""Command handlers for devman operations."""
2
3
-from .bootstrap import bootstrap
4
-from .doctor import doctor
5
-from .down import down
+from . import bootstrap
+from . import doctor
+from . import down
6
from . import index
7
-from .init import init
8
-from .switch import switch
+from . import init
+from . import switch
9
from . import up
10
11
__all__ = [
0 commit comments