lbry-android-sdk/p4a/pythonforandroid/bootstraps/service_library/__init__.py

10 lines
199 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.bootstraps.service_only import ServiceOnlyBootstrap
class ServiceLibraryBootstrap(ServiceOnlyBootstrap):
name = 'service_library'
bootstrap = ServiceLibraryBootstrap()