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

This commit is contained in:
lassulus
2025-05-20 14:35:14 +02:00
parent 16112e259c
commit c55bffa5a5
17 changed files with 18 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ from dataclasses import dataclass
from typing import Any, TypedDict
from uuid import uuid4
from clan_cli.git import commit_file
from clan_cli.machines.hardware import HardwareConfig, show_machine_hardware_config
from clan_cli.machines.machines import Machine
@@ -13,6 +12,7 @@ from clan_lib.api import API
from clan_lib.api.modules import Frontmatter, extract_frontmatter
from clan_lib.dirs import TemplateType, clan_templates
from clan_lib.errors import ClanError
from clan_lib.git import commit_file
log = logging.getLogger(__name__)