lbry-android-sdk/p4a/pythonforandroid/bootstraps/service_library/__init__.py
2022-12-02 15:15:34 -05:00

9 lines
199 B
Python

from pythonforandroid.bootstraps.service_only import ServiceOnlyBootstrap
class ServiceLibraryBootstrap(ServiceOnlyBootstrap):
name = 'service_library'
bootstrap = ServiceLibraryBootstrap()