package This is the description of the package. Installation pip install package Usage from package import add sum = add(1, 2) print(sum) Output: 3