add more stuff to kompress; less kython deps

This commit is contained in:
Dima Gerasimov 2020-02-01 15:17:13 +00:00
parent b852e5a3a3
commit e3b3b12ff1
5 changed files with 59 additions and 22 deletions

View file

@ -1,11 +1,10 @@
#!/usr/bin/env python3
from datetime import datetime
from typing import NamedTuple, List
from pathlib import Path
from kython.ktakeout import TakeoutHTMLParser
from kython.kompress import open as kopen
from ..kython.kompress import kopen
from ..takeout import get_last_takeout