---
layout: default-layout
title: LicenseModule Class - Dynamsoft Capture Vision Module Python Edition API Reference
description: API reference for the LicenseModule class in Dynamsoft License Module Python Edition, which provides general functions for the License module.
keywords: license module, python
needAutoGenerateSidebar: true
needGenerateH3Content: true
---

# LicenseModule

The `LicenseModule` class defines general functions in the license module.

## Definition

*Module:* license

```python
class LicenseModule 
```

## Methods

| Method                     | Description                                |
| -------------------------- | ------------------------------------------ |
| [get_version](#get_version)  | Returns the version of the license module. |

### get_version

Returns the version of the license module.

```python
@staticmethod
def get_version() -> str:
```

**Return Value**

Returns a string representing the version of the license module.
