Skip to content

Commit

Permalink
Change call to clir modules to clir.command
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas committed Jan 24, 2024
1 parent 1e3cce3 commit 7a62b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clir/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import os
import subprocess
from rich.prompt import Prompt
from clir.modules import Command
from clir.modules import CommandTable
from clir.command import Command
from clir.command import CommandTable

@click.group()
def cli():
Expand Down

0 comments on commit 7a62b85

Please sign in to comment.