001 Project structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""CDEK auth adapter skeleton."""
|
||||
|
||||
|
||||
class CDEKAuthClient:
|
||||
async def get_access_token(self) -> str:
|
||||
raise NotImplementedError("CDEK auth implementation is added in task 003.")
|
||||
Reference in New Issue
Block a user