## open_connection()


Open a connection to the given URL.


Usage


``` python
open_connection(url)
```


## Parameters


`url: str`  
The URL to connect to.


## Returns


`bool`  
True if connected successfully.
