add configure method to instapaper module

This commit is contained in:
Dima Gerasimov 2019-11-07 19:18:54 +00:00
parent 12b7aa919e
commit fdf1a3f935
4 changed files with 24 additions and 6 deletions

View file

@ -10,3 +10,4 @@ try:
except ImportError:
import warnings
warnings.warn("my_configuration package isn't found! That might result in issues")
paths = None # type: ignore