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