From a0de93e8b75976dfb429fa27ab2b5a309bfb30dd Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Sat, 13 Jul 2024 10:06:49 +0900 Subject: [PATCH] add more imports to readme to explain where things are coming from --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 116ebda..7ac7eb4 100644 --- a/readme.md +++ b/readme.md @@ -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")