clan_lib: move clan_lib.flake.flake to clan_lib.flake

This commit is contained in:
lassulus
2025-05-16 16:53:26 +02:00
parent 00eac81c2f
commit fb746b874c
40 changed files with 40 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ from typing import TYPE_CHECKING
from clan_lib.errors import ClanError
if TYPE_CHECKING:
from clan_lib.flake.flake import Flake
from clan_lib.flake import Flake
from clan_cli.machines.machines import Machine