Expose package functions from archinstall.lib.packages to avoid explicit imports.
This commit is contained in:
parent
1679f00f2e
commit
9244c0b190
|
|
@ -0,0 +1,8 @@
|
||||||
|
from .packages import (
|
||||||
|
group_search,
|
||||||
|
package_search,
|
||||||
|
find_package,
|
||||||
|
find_packages,
|
||||||
|
validate_package_list,
|
||||||
|
installed_package
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue