Skip to content

Commit

Permalink
run as main
Browse files Browse the repository at this point in the history
  • Loading branch information
skyl committed Oct 28, 2024
1 parent a4ede0b commit c9d8d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/packages/corpora_cli/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import typer

from .commands import corpus, file
from .config import load_config
from .auth import AuthResolver, AuthError
from corpora_cli.commands import corpus, file
from corpora_cli.config import load_config
from corpora_cli.auth import AuthResolver, AuthError

app = typer.Typer(help="Corpora CLI: Manage and process your corpora")

Expand Down

0 comments on commit c9d8d45

Please sign in to comment.