Skip to content

Commit e4d62b2

Browse files
committed
export commands from the commands package
1 parent af84c9f commit e4d62b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goto/commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
for name in command.names():
2020
command_map[name] = command
2121

22-
__all__ = ['default', 'command_map']
22+
__all__ = ['default', 'command_map', 'commands']

0 commit comments

Comments
 (0)