mirror of
https://github.com/waydroid/waydroid.git
synced 2026-04-23 08:27:23 -04:00
10 lines
475 B
Python
10 lines
475 B
Python
# Copyright 2021 Erfan Abdi
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from tools.actions.initializer import init, wait_for_init, remote_init_client
|
|
from tools.actions.upgrader import upgrade
|
|
from tools.actions.session_manager import start, stop
|
|
from tools.actions.container_manager import start, stop, freeze, unfreeze
|
|
from tools.actions.app_manager import install, remove, launch, list
|
|
from tools.actions.status import print_status
|
|
from tools.actions.prop import get, set
|