/pypi-package-starter

Template for my pypi packages

Primary LanguagePythonMIT LicenseMIT

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