URL Module
The URL module in Kavy allows you to process data from URLs.
Usage
To use the URL module, you can use the following Python code:
from kavy.modules.url_module import process_url
# Replace 'https://example.com' with the actual URL
result = process_url("https://example.com")
# now call for generate_response method