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

This commit is contained in:
lassulus
2025-05-20 15:13:21 +02:00
parent ec19ef1ec5
commit 3457542871
8 changed files with 16 additions and 17 deletions

View File

@@ -17,16 +17,16 @@ from clan_lib.nix_models.inventory import (
)
from clan_lib.persist.inventory_store import InventoryStore
from clan_lib.persist.util import apply_patch
from clan_cli.completions import add_dynamic_completer, complete_tags
from clan_cli.machines.list import list_machines
from clan_cli.templates import (
from clan_lib.templates import (
InputPrio,
TemplateName,
copy_from_nixstore,
get_template,
)
from clan_cli.completions import add_dynamic_completer, complete_tags
from clan_cli.machines.list import list_machines
log = logging.getLogger(__name__)