Metadata-Version: 2.1
Name: ndr-add
Version: 0.1.0
Summary: Demo library
Author: me
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

#small demo ofadd lib







#installation

pip install ndr-lib





#get started 



from ndr-lib import Addition



#intiate the addtion object

add=Addition()





#call the adding method and pass parameters

res=add.adding(3,5)
