From cc5fa820e8190820842e1edac256104b16211bc0 Mon Sep 17 00:00:00 2001 From: JAM-Beni <140108720+JAM-Beni@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:14:17 -0500 Subject: [PATCH] Update README.md Update the import as the changes to the `__init__.py` now means that VSCode only shows `Any`. --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 2be7411..39cd241 100644 --- a/python/README.md +++ b/python/README.md @@ -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")