from src.komconfig import KomConfig def test_komconfig(): print(KomConfig().general.log_file) if __name__ == "__main__": test_komconfig()