Files
waydroid/tools/services/__init__.py
2021-08-27 20:10:54 +04:30

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