]>
glassweightruler.freedombox.rocks Git - waydroid.git/blob - tools/actions/__init__.py
558ed83ab00ec5a7f17e39ce8c520908e673220a
1 # Copyright 2021 Erfan Abdi
2 # SPDX-License-Identifier: GPL-3.0-or-later
3 from tools
.actions
.initializer
import init
4 from tools
.actions
.upgrader
import upgrade
5 from tools
.actions
.session_manager
import start
, stop
6 from tools
.actions
.container_manager
import start
, stop
, freeze
, unfreeze
7 from tools
.actions
.app_manager
import install
, remove
, launch
, list
8 from tools
.actions
.status
import print_status