add private kobo provider
This commit is contained in:
commit
b8a7d6399c
1 changed files with 6 additions and 0 deletions
6
books/kobo/__init__.py
Normal file
6
books/kobo/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from my.books.kobo.kobuddy import *
|
||||
|
||||
|
||||
def test_todos():
|
||||
todos = get_todos()
|
||||
assert len(todos) > 3
|
Loading…
Add table
Reference in a new issue