import pdfs provider

This commit is contained in:
Dima Gerasimov 2019-10-01 22:28:55 +01:00
parent d407e84d74
commit 06940b8323
2 changed files with 40 additions and 32 deletions

View file

@ -3,4 +3,7 @@
import my_configuration
# TODO maybe just import everything?
# TODO how to make it mypy friendly? maybe defensive import? or mypy config? or interface file?
paths = my_configuration.paths # type: ignore