Getting Started
Installation
pip install patlab
Basic Usage
from patlab.square import square
print(square(3))
Output:
***
***
***
pip install patlab
from patlab.square import square
print(square(3))
Output:
***
***
***