From 35913c4ebee3a5afb74ef8c610d2c4172f75e1c6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 11 Oct 2020 14:04:41 +0200 Subject: Added imports for `archinstall.TTS()` as well as added optinal depends for `PKGBUILD` files. --- archinstall/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index baa6c7c0..8bce8047 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -9,4 +9,6 @@ from .lib.mirrors import * from .lib.networking import * from .lib.locale_helpers import * from .lib.services import * -from .lib.packages import * \ No newline at end of file +from .lib.packages import * +from .lib.output import * +from .lib.tss import * \ No newline at end of file -- cgit v1.2.3-54-g00ecf