---
layout: default-layout
title: CoreModule Class - Dynamsoft Core Module Python Edition API Reference
description: API reference for the CoreModule class in Dynamsoft Core Module Python Edition, which provides general functions for the Core module such as version info.
keywords: core module, python
needAutoGenerateSidebar: true
needGenerateH3Content: true
---

# CoreModule

The `CoreModule` class defines general functions in the core module.

## Definition

*Module:* core

```python
class CoreModule 
```

## Methods

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

### get_version

Returns the version of the core module.

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

**Return Value**

Returns a string representing the version of the core module.
