Skip to content

Commit

Permalink
add more imports to readme to explain where things are coming from
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jul 13, 2024
1 parent 8688519 commit a0de93e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ async def main():
### API use

```py
from aiodynamo.client import Client
from aiodynamo.expressions import F
from aiodynamo.models import Throughput, KeySchema, KeySpec, KeyType

async def main(client: Client):
table = client.table("my-table")

Expand Down

0 comments on commit a0de93e

Please sign in to comment.