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

@@ -1,10 +1,10 @@
import os
from pathlib import Path
from clan_lib.cmd import Log, RunOpts, run
from clan_lib.errors import ClanError
from clan_lib.nix import nix_shell
from .cmd import Log, RunOpts, run
from .locked_open import locked_open