config: split up into state.py and profile.py, fixup tests

This commit is contained in:
InsanePrawn 2022-08-18 03:08:34 +02:00
parent 16fd2f1590
commit 7eefafc386
5 changed files with 371 additions and 367 deletions

View file

@ -5,7 +5,8 @@ import pathlib
from typing import Protocol
from config import config, dump_file as dump_config_file
from config import config
from config.state import dump_file as dump_config_file
from constants import CHROOT_PATHS