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

@@ -15,7 +15,7 @@ from typing import IO, Any
from clan_lib.api import API
from clan_lib.errors import ClanError
from clan_lib.flake.flake import Flake
from clan_lib.flake import Flake
from clan_cli.cmd import Log, RunOpts, run
from clan_cli.dirs import user_config_dir