Exemplo n.º 1
0
def shared_provider_config(binder: inject.Binder):
    binder.install(bh_config)
    binder.install(storage_provider_config)
Exemplo n.º 2
0
 def config(binder: inject.Binder) -> None:
     from .pdf2text import inject_configuration
     binder.install(inject_configuration)
Exemplo n.º 3
0
def config(binder: inject.Binder):  # pragma: no cover
    binder.install(dataset_config)