mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
📝 update README
This commit is contained in:
@@ -42,7 +42,9 @@ After authentication - when your token is ready - you can start downloading trac
|
||||
You can also use TIDDL as module, it's fully typed so you will get type hints
|
||||
|
||||
```python
|
||||
from tiddl import TidalApi
|
||||
from tiddl import TidalApi, Config
|
||||
|
||||
config = Config()
|
||||
|
||||
api = TidalApi(
|
||||
config["token"],
|
||||
|
||||
Reference in New Issue
Block a user