more takeout to a separate subpackage
This commit is contained in:
parent
d1aa4d19dc
commit
a84b51807f
5 changed files with 9 additions and 10 deletions
|
@ -32,8 +32,8 @@ import pytest # type: ignore
|
|||
)
|
||||
def test_parser(path: str):
|
||||
path = 'Takeout/' + path
|
||||
from my.kython.ktakeout import read_html
|
||||
from my.takeout import get_last_takeout
|
||||
from my.google.takeout.html import read_html
|
||||
from my.google.takeout.paths import get_last_takeout
|
||||
|
||||
tpath = get_last_takeout(path=path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue