From a91aea315438e7bc2e52a3d3ffb9f2ab0ca1b8e8 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 30 Sep 2020 22:24:57 +0200 Subject: First complete draft of the documentation. Some autodocs are still unpopulated but will be done via code and not reST chapters. --- archinstall/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index cd3d29a5..baa6c7c0 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -8,4 +8,5 @@ from .lib.luks import * from .lib.mirrors import * from .lib.networking import * from .lib.locale_helpers import * -from .lib.services import * \ No newline at end of file +from .lib.services import * +from .lib.packages import * \ No newline at end of file -- cgit v1.2.3-70-g09d2