mirror of
https://github.com/waydroid/waydroid.git
synced 2026-04-20 23:19:56 -04:00
6 lines
237 B
Python
6 lines
237 B
Python
# Copyright 2021 Erfan Abdi
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from tools.services.user_manager import start, stop
|
|
from tools.services.clipboard_manager import start, stop
|
|
from tools.services.hardware_manager import start, stop
|