how to install a simple python libray as ROS2 package
when install a python library, it will install in the Python3\Lib\site-packages
location and can be accessible in any python code
ROS2 has a similar location for its own library ROS2\Lib\site-packages
my question is how to install and introduce a simple python library as ROS2 package