chore(api-client): restructure modules
This commit is contained in:
parent
71b3f7f065
commit
8369d55eb9
10 changed files with 102 additions and 99 deletions
|
@ -1 +0,0 @@
|
|||
__all__ = ["version1"]
|
|
@ -16,7 +16,7 @@ import urllib.parse
|
|||
import requests
|
||||
|
||||
from ._config import Config
|
||||
from .utils import ApiRequest, RequestProvider
|
||||
from ._utils import ApiRequest, RequestProvider
|
||||
|
||||
AIRTIME_API_VERSION = "1.1"
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
import logging
|
||||
|
||||
from ._config import Config
|
||||
from .utils import RequestProvider
|
||||
from ._utils import RequestProvider
|
||||
|
||||
LIBRETIME_API_VERSION = "2.0"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue