config: move code from __init__.py into cli.py

This commit is contained in:
InsanePrawn 2022-10-08 04:04:27 +02:00
parent 777b3172d8
commit 33f4a81981
28 changed files with 33 additions and 31 deletions

View file

@ -8,7 +8,7 @@ from typing import ClassVar
from constants import Arch
from exec.cmd import run_root_cmd
from exec.file import makedir, root_makedir
from config import config
from config.state import config
from .abstract import Chroot, get_chroot
from .helpers import base_chroot_name