tuple-flatten

Basically only a function to iterate through tuples and add their values. Example: (1,2)+(2,3)=(3,5)


Licenses
GPL-3.0/GPL-3.0+
Install
pip install tuple-flatten==1.0