> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.coding.func_with_reqs.ImportFromModule

<h2 id="autogen.coding.func_with_reqs.ImportFromModule" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">ImportFromModule</span>
</h2>

```python theme={null}
ImportFromModule(module: str, imports: list[str | Alias])
```

ImportFromModule(module: str, imports: list\[typing.Union\[str, autogen.coding.func\_with\_reqs.Alias]])

<b>Parameters:</b>

| Name      | Description                                                                              |
| --------- | ---------------------------------------------------------------------------------------- |
| `module`  | **Type:** str                                                                            |
| `imports` | **Type:** list\[str \| [Alias](/docs/api-reference/autogen/coding/func_with_reqs/Alias)] |

### Instance Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### imports

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### module

<br />

<br />
