mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
7 lines
359 B
Python
7 lines
359 B
Python
# Copyright 2023 Oliver Smith
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from pmb.flasher.init import init as init
|
|
from pmb.flasher.init import install_depends as install_depends
|
|
from pmb.flasher.run import run as run
|
|
from pmb.flasher.run import check_partition_blacklist as check_partition_blacklist
|
|
from pmb.flasher.variables import variables as variables
|