config: move code from __init__.py into cli.py
This commit is contained in:
parent
777b3172d8
commit
33f4a81981
28 changed files with 33 additions and 31 deletions
|
@ -4,7 +4,7 @@ import subprocess
|
|||
from glob import glob
|
||||
from typing import ClassVar, Optional
|
||||
|
||||
from config import config
|
||||
from config.state import config
|
||||
from constants import Arch, GCC_HOSTSPECS, CROSSDIRECT_PKGS, CHROOT_PATHS
|
||||
from distro.distro import get_kupfer_local
|
||||
from exec.cmd import run_root_cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue