API Reference
This section contains the automatically generated API reference for the project.
Core Module
mlops.core
Core functionality module.
add(a, b)
Add two numbers.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
a |
int
|
First number |
required |
b |
int
|
Second number |
required |
Returns:
Type | Description |
---|---|
int
|
Sum of a and b |