more takeout to a separate subpackage
This commit is contained in:
parent
d1aa4d19dc
commit
a84b51807f
5 changed files with 9 additions and 10 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue