clan-cli: clan_cli.cmd -> clan_lib.cmd

This commit is contained in:
lassulus
2025-05-19 19:07:24 +02:00
parent cb74273da4
commit 9a0c6f55bd
41 changed files with 44 additions and 52 deletions

View File

@@ -4,9 +4,9 @@ from collections.abc import Generator
from contextlib import contextmanager
from pathlib import Path
from clan_lib.cmd import Log, RunOpts, run
from clan_lib.errors import ClanError
from clan_cli.cmd import Log, RunOpts, run
from clan_cli.machines.machines import Machine
log = logging.getLogger(__name__)