From 02c715e22413261fff8f4c49c08438b3b7a2bdc6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Mar 2022 17:04:28 +0200 Subject: Fixed an import of not yet loaded module --- archinstall/lib/models/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall/lib') diff --git a/archinstall/lib/models/__init__.py b/archinstall/lib/models/__init__.py index e69de29b..4a018b2c 100644 --- a/archinstall/lib/models/__init__.py +++ b/archinstall/lib/models/__init__.py @@ -0,0 +1 @@ +from .network_configuration import NetworkConfiguration as NetworkConfiguration \ No newline at end of file -- cgit v1.2.3-54-g00ecf