From 1cb5a6f5d7d4c4995d801f99923fca652695e070 Mon Sep 17 00:00:00 2001 From: Semih Sezer Date: Wed, 4 Dec 2024 11:54:24 +0000 Subject: [PATCH] Include the import line in the README example Minor enhancement to give a more complete picture on how to use the library. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40a4ba9..59a2fcc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Python 3.6+ is required for it to work. ## Usage ```python +from mockfirestore import MockFirestore + db = firestore.Client() mock_db = MockFirestore()