Skip to content

Commit

Permalink
Include the import line in the README example
Browse files Browse the repository at this point in the history
Minor enhancement to give a more complete picture on how to use the library.
  • Loading branch information
semihsezer authored Dec 4, 2024
1 parent 0de34b1 commit 1cb5a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 1cb5a6f

Please sign in to comment.