Skip to content

Commit

Permalink
Update README.md (#89)
Browse files Browse the repository at this point in the history
Update the import as the changes to the `__init__.py` now means that VSCode only shows `Any`.
  • Loading branch information
JAM-Beni authored Mar 21, 2024
1 parent dee99dc commit d2cd74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The library requires Python 3.
## Using the library
The main function is the `evaluate_cards` function.
```python
from phevaluator import evaluate_cards
from phevaluator.evaluator import evaluate_cards
p1 = evaluate_cards("9c", "4c", "4s", "9d", "4h", "Qc", "6c")
p2 = evaluate_cards("9c", "4c", "4s", "9d", "4h", "2c", "9h")
Expand Down

0 comments on commit d2cd74b

Please sign in to comment.