Add kython utils (kerror/konsume)

This commit is contained in:
Dima Gerasimov 2019-10-11 22:17:50 +01:00
parent a0b9d2dc05
commit 3e6c670698
5 changed files with 274 additions and 2 deletions

View file

@ -9,8 +9,8 @@ import pytz
from ..common import setup_logger
from kython.kerror import ResT, echain, unwrap, sort_res_by
from kython.konsume import wrap, zoom, ignore
from ..kython.kerror import ResT, echain, unwrap, sort_res_by
from ..kython.konsume import wrap, zoom, ignore
_POLAR_DIR = Path('~/.polar')