Usage

Installation

pip install my-package-tomergabay

How to use

[3]:
from my_package.calc import square

square(2)
[3]:
4