# CEP\_Account.open()

### Function Signature

```python
def open(address)
```

### Parameters

| Parameter Name | Datatype |
| -------------- | -------- |
| `address`      | String   |

### Example

<pre class="language-python"><code class="lang-python"><strong>from circular_enterprise_apis import CEP_Account
</strong>
account = CEP_Account()
account.open('your_account_address')

#...
</code></pre>
