Count the number of sentences in a text. Example: "Hello. How are you?" → 2 **Instructions:** 1. Create the function in counting.py 2. See and follow the used pattern 3. Write test cases. 4. Please do update the documentation too, github link: [documentation link](https://github.com/RaeesFatima/pystringtoolkit-documentation)
Count the number of sentences in a text.
Example: "Hello. How are you?" → 2
Instructions: