Skip to content

Commit

Permalink
Import from labelme_toolkit_pro instead of labelme_toolkit_pro._cli
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 30, 2024
1 parent 0fee7d3 commit 7b631d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelme_toolkit/_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def cli():
cli.add_command(list_labels)

try:
from labelme_toolkit_pro._cli import COMMANDS
from labelme_toolkit_pro import COMMANDS

for command in COMMANDS:
cli.add_command(command)
Expand Down

0 comments on commit 7b631d1

Please sign in to comment.