I have a python script that needs to take a directory as input and list its content.I want this script to be deployed as a PyPi package.
Since I am using the os module wh