more takeout to a separate subpackage

This commit is contained in:
Dima Gerasimov 2020-04-24 18:10:33 +01:00
parent d1aa4d19dc
commit a84b51807f
5 changed files with 9 additions and 10 deletions

View file

@ -2,8 +2,8 @@
from datetime import datetime
from typing import NamedTuple, List
from ..kython.ktakeout import read_html
from ..takeout import get_last_takeout
from ..google.takeout.html import read_html
from ..google.takeout.paths import get_last_takeout
class Watched(NamedTuple):