better organization
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-26 08:06:16 +01:00
parent 71f4cddfc5
commit 20991dd50f
19 changed files with 391 additions and 308 deletions

View File

@@ -0,0 +1,5 @@
from .meapi import MeApi
from .singlelistapi import SingleListApi
from .listsapi import ListsApi
from .loginapi import LoginApi
from .itemapi import ItemApi