From 99455bbb94f298cd101c3e43227647ccf7aaaf1b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 4 Dec 2022 22:10:33 +0000 Subject: add an aditional matchphrase to the dependency solver, add color support && pep8 the whole backend --- src/backend/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/__init__.py') diff --git a/src/backend/__init__.py b/src/backend/__init__.py index c23ebe8..9c38585 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -1,6 +1,7 @@ from .autoremove import * from .checkenv import * from .download import * +from .getcolor import * from .getenv import * from .getfs import * from .install import * -- cgit v1.2.3