my-package is not stable yet, so expect large and rapid changes to structure and functionality before the first stable release

Source code for __init__

from typing import Any, Optional, overload, Typing, Sequence, Iterable, Union, Callable
from enum import Enum
import my_package

[docs] def add(arg0: int, arg1: int, /) -> int: """ This function adds two numbers and increments if only one is provided. """ ...