vars: move generator class and bound methods into seperate module

This commit is contained in:
Johannes Kirschbauer
2025-08-13 18:39:04 +02:00
parent 62ef90e959
commit 4312e3fc2f
12 changed files with 192 additions and 183 deletions

View File

@@ -10,7 +10,7 @@ from clan_cli.completions import (
from clan_lib.errors import ClanError
from clan_lib.flake import Flake, require_flake
from .generate import Var
from .generator import Var
from .list import get_machine_vars
log = logging.getLogger(__name__)