9 lines
199 B
Python
9 lines
199 B
Python
from pythonforandroid.bootstraps.service_only import ServiceOnlyBootstrap
|
|
|
|
|
|
class ServiceLibraryBootstrap(ServiceOnlyBootstrap):
|
|
|
|
name = 'service_library'
|
|
|
|
|
|
bootstrap = ServiceLibraryBootstrap()
|